[issue7472] email.encoders.encode_7or8bit(): typo "iso-2202". "iso-2022" is correct.

2010-05-04 Thread Shashwat Anand
Shashwat Anand added the comment: I was getting a feel that the inner if-test is not being used in any case. Submitting the patch which removes the inner if test and adding a unittest. -- ___ Python tracker _

[issue7472] email.encoders.encode_7or8bit(): typo "iso-2202". "iso-2022" is correct.

2010-05-04 Thread Shashwat Anand
Changes by Shashwat Anand : Added file: http://bugs.python.org/file17215/encoders.patch ___ Python tracker ___ ___ Python-bugs-list mailing lis

[issue8615] turtle.py - backport of 3.1 features

2010-05-04 Thread Benjamin Peterson
Benjamin Peterson added the comment: Feature freeze begins at beta 1, therefore I'm rejecting this. -- resolution: -> rejected status: open -> closed ___ Python tracker ___

[issue8619] Doc bug for urllib.request._urlopener in Python 3.1+

2010-05-04 Thread Sriram Thaiyar
New submission from Sriram Thaiyar : http://docs.python.org/dev/py3k/library/urllib.request.html#urllib.request._urlopener [in the body] urllib._urlopener should be urllib.request._urlopener -- assignee: d...@python components: Documentation messages: 104998 nosy: Sriram.Thaiyar, d...@p

[issue8619] Doc bug for urllib.request._urlopener in Python 3.1+

2010-05-04 Thread Senthil Kumaran
Senthil Kumaran added the comment: Fixed in r80773 and r80774. Thanks. -- assignee: d...@python -> orsenthil nosy: +orsenthil resolution: -> fixed stage: -> committed/rejected status: open -> closed ___ Python tracker

[issue8619] Doc bug for urllib.request._urlopener in Python 3.1+

2010-05-04 Thread sri
sri added the comment: You missed the code part: urllib._urlopener = AppURLopener() -- ___ Python tracker ___ ___ Python-bugs-list ma

<    1   2