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
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
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
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_
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