[issue1180] Option to ignore or substitute ~/.pydistutils.cfg

2008-06-25 Thread Peter Fein
Peter Fein <[EMAIL PROTECTED]> added the comment: Is this going to make the 2.6 release? The lack of this option causes grief on MacPorts. Just wondering if there's anything I could do to move this along, as a cursory reading shows everyone to be happy... -- n

[issue8564] Update documentation on doctest/unittest2 integration

2010-04-28 Thread Peter Fein
New submission from Peter Fein : The documentation on integrating doctests in a file of unittests is confusing and out of date. This patch updates the documentation to use unittest2 test discovery. -- assignee: d...@python components: Documentation files

[issue8564] Update documentation on doctest/unittest2 integration

2010-04-28 Thread Peter Fein
Peter Fein added the comment: See http://lists.idyll.org/pipermail/testing-in-python/2010-April/003039.html for discussion -- ___ Python tracker <http://bugs.python.org/issue8

[issue1868] threading.local doesn't free attrs when assigning thread exits

2008-01-18 Thread Peter Fein
New submission from Peter Fein: threading.local doesn't free attributes assigned to a local() instance when the assigning thread exits. See attached patch for _threading_local.py doctests. Per discussion with Crys and arkanes in #python, this may be an issue with PyThreadState_

[issue1868] threading.local doesn't free attrs when assigning thread exits

2008-01-19 Thread Peter Fein
Peter Fein added the comment: re: r60075 : I'm unclear - is this intentional behavior? Adding a `del t` at line 24 after the loop doesn't help either (though it does make the test somewhat clear IMO). __ Tracker <[EMAIL PROTECTED]> <htt