You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@beam.apache.org by GitBox <gi...@apache.org> on 2022/06/03 21:19:39 UTC

[GitHub] [beam] kennknowles opened a new issue, #18949: BaseException.message deprecated as of Python 2.6 and removed in Python 3

kennknowles opened a new issue, #18949:
URL: https://github.com/apache/beam/issues/18949

   From the Travis logs...
   
   ./sdks/python/apache_beam/typehints/typecheck.py:179: DeprecationWarning: BaseException.message has been deprecated as of Python 2.6
     six.raise_from(TypeCheckError(e.message), sys.exc_info()[2])
   
   e.args[0] should be used in place of e.message
   
   Imported from Jira [BEAM-3872](https://issues.apache.org/jira/browse/BEAM-3872). Original Jira may contain additional context.
   Reported by: cclauss.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@beam.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [beam] Abacn commented on issue #18949: BaseException.message deprecated as of Python 2.6 and removed in Python 3

Posted by GitBox <gi...@apache.org>.
Abacn commented on issue #18949:
URL: https://github.com/apache/beam/issues/18949#issuecomment-1184605094

   .close-issue outdated


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@beam.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [beam] github-actions[bot] closed issue #18949: BaseException.message deprecated as of Python 2.6 and removed in Python 3

Posted by GitBox <gi...@apache.org>.
github-actions[bot] closed issue #18949: BaseException.message deprecated as of Python 2.6 and removed in Python 3
URL: https://github.com/apache/beam/issues/18949


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@beam.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org