Re: [Python-Dev] Patch Reviewing

2005-03-03 Thread Martin v. Löwis
Reinhold Birkenfeld wrote: just felt a little bored and tried to review a few (no-brainer) patches. Thanks! They are now all closed. Please understand that there is a chance that a review posted *only* to python-dev might get lost/overlooked by the committers, and then somebody may need to duplicat

Re: [Python-Dev] Patch Reviewing

2004-12-31 Thread Raymond Hettinger
[Reinhold Birkenfeld] > just felt a little bored and tried to review a few (no-brainer) patches. Thanks, please assign to me and I'll apply them. Raymond Hettinger ___ Python-Dev mailing list Python-Dev@python.org http://mail.python.org/mailman/listinf

[Python-Dev] Patch Reviewing

2004-12-31 Thread Reinhold Birkenfeld
Hello, just felt a little bored and tried to review a few (no-brainer) patches. Here are the results: * Patch #1051395 Minor fix in Lib/locale.py: Docs say that function _parse_localename returns a tuple; but for one codepath it returns a list. Patch fixes this by adding tuple(), recomme