[issue35882] distutils fails with UnicodeEncodeError with strange filename in package_data

2019-02-01 Thread Jody McIntyre
New submission from Jody McIntyre : I encountered an error while installing savReaderWriter using pip from a Dockerfile, reported as https://bitbucket.org/fomcl/savreaderwriter/issues/73/pip-install-fails-for-non-utf-8-encoding This is actually an issue with distutils. Steps to reproduce: 1

[issue14452] SysLogHandler sends invalid messages when using unicode

2012-08-21 Thread Jody McIntyre
Changes by Jody McIntyre : -- nosy: +scjody ___ Python tracker <http://bugs.python.org/issue14452> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue15701] AttributeError from HTTPError when using digest auth

2012-08-16 Thread Jody McIntyre
New submission from Jody McIntyre: I attempted to connect to a site using urllib2 and digest authentication and it raised an HTTPError (due to an incorrect username and password, which is expected). I attempted to run the info() method of the HTTPError to get more information, but it failed