[issue23078] unittest.mock patch autospec doesn't work on staticmethods

2016-02-10 Thread Erik Purins
Changes by Erik Purins : -- nosy: +epu ___ Python tracker <http://bugs.python.org/issue23078> ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.pyth

[issue7980] time.strptime not thread safe

2014-04-10 Thread Erik Purins
Changes by Erik Purins : -- nosy: +epu ___ Python tracker <http://bugs.python.org/issue7980> ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.pyth

[issue12585] distutils dereferences symlinks for zip but not for bztar/gztar target

2013-11-19 Thread Erik Purins
Erik Purins added the comment: Note that the zipfile module does not include a dereference option, but tarfile does. The following links to python examples show that users are writing zipfiles with symlinks, so it is possible to preserve them in a zip archive. https://gist.github.com/kgn

[issue6792] Distutils-based installer does not detect 64bit versions of Python

2013-03-16 Thread Erik Purins
Erik Purins added the comment: I would like to investigate this issue, but I need more information regarding the bug and the expected behavior. Is this specifically that an x64 windows python that generates a bdist (msi output) runs and can't find the x64 interpreter because of s

[issue6792] Distutils-based installer does not detect 64bit versions of Python

2013-03-16 Thread Erik Purins
Changes by Erik Purins : -- nosy: +epu ___ Python tracker <http://bugs.python.org/issue6792> ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.pyth