[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.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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/610907
http://doeidoei.wordpress.com/2010/11/23/compressing-files-with-python-symlink-trouble/

Maybe the right start is to add a dereference option to zipfile module?

--
nosy: +epu

___
Python tracker 
<http://bugs.python.org/issue12585>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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 syswow registry redirection? That is, packaging should 
be able to find the interpreter bitness that generated the msi in the first 
place (and no-other bitness)?

There are python sprints this week at PyCon, but I cannot attend them. 
Clarifying the expected behavior this week will help me write tests and 
investigate/fix (if it is in my ability).

--

___
Python tracker 
<http://bugs.python.org/issue6792>
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com