[issue40692] Adjust test_concurrent_futures to run more of its tests if multiprocessing.synchronize is missing

2020-05-19 Thread Asheesh Laroia
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

[issue6538] MatchObject is not a hyperlink in the 're' module documentation

2010-03-09 Thread Asheesh Laroia
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

[issue6538] MatchObject is not a hyperlink in the 're' module documentation

2010-03-08 Thread Asheesh Laroia
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

[issue6538] MatchObject is not a hyperlink in the 're' module documentation

2010-02-25 Thread Asheesh Laroia
Asheesh Laroia added the comment: Ryan -- would you take a further look at this? -- ___ Python tracker <http://bugs.python.org/issue6538> ___ ___ Python-bug

[issue6538] MatchObject is not a hyperlink in the 're' module documentation

2010-02-25 Thread Asheesh Laroia
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

[issue6414] struct module : processor endianness descriptions misleading

2010-02-20 Thread Asheesh Laroia
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

[issue6414] struct module : processor endianness descriptions misleading

2010-02-20 Thread Asheesh Laroia
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

[issue7794] Document zipfile and directory execution in What's New for 2.6/3.1

2010-02-20 Thread Asheesh Laroia
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

[issue1525919] email package quoted printable behaviour changed

2008-09-27 Thread Asheesh Laroia
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