New submission from Asheesh Laroia :
Some parts of test_concurrent_futures make sense to run even on Python builds
where multiprocessing.synchronize is absent. At the moment,
test_concurrent_futures.py skips all tests in the file if
multiprocessing.synchronize is missing from the Python
Asheesh Laroia added the comment:
Er, ignore my comment then!
If this is reviewed, can it get committed?
--
___
Python tracker
<http://bugs.python.org/issue6
Asheesh Laroia added the comment:
Hey Ryan,
I took a look at the diff you attached here. It looks like you did
There are some whitespace-only changes -- for example, you remove and then
re-insert the line beginning with "The name of the last matched capturing
group".
Can you
Asheesh Laroia added the comment:
Ryan -- would you take a further look at this?
--
___
Python tracker
<http://bugs.python.org/issue6538>
___
___
Python-bug
Asheesh Laroia added the comment:
Hey all,
I think this is ready. Can someone review the patch?
--
nosy: +Asheesh.Laroia
___
Python tracker
<http://bugs.python.org/issue6
Asheesh Laroia added the comment:
I'm attaching (basically) the same patch, this time against the py3k branch.
I'm open to improvements to the text. If the text is okay, please just ship
these!
Sincerely,
A dude sitting in an open space at PyCon.
--
Added
Asheesh Laroia added the comment:
Hey all,
I (a person who just wandered by) think that Alexey Shamrin's suggested text is
great.
For that reason, I have turned it into a unified diff created by 'svn diff'.
I hope that would help move this bug along!
I'm attaching that
Asheesh Laroia added the comment:
Hey dudes and/or dudettes,
I think this is already done. Check out this old commit to trunk:
http://svn.python.org/view/python/trunk/Misc/NEWS?r1=58963&r2=59039&pathrev=59039
When I check out Python trunk right now, Line 3759 of Misc/NEWS menti
Asheesh Laroia <[EMAIL PROTECTED]> added the comment:
Another way to see this issue is that the email module double-encodes
when one attempts to use quoted-printable encoding. This has to be
worked around by e.g. MoinMoin.
It's easy to get proper base64-encoded output of emai