[issue16052] Typo in "What's new in 3.3"

2012-09-26 Thread Lars Buitinck
Lars Buitinck added the comment: Sorry about the bundle, I'm an hg noob and only noticed that bundles are binary after I submitted it. Will create a regular patch next time. -- ___ Python tracker _

[issue16052] Typo in "What's new in 3.3"

2012-09-26 Thread Roundup Robot
Roundup Robot added the comment: New changeset 6f456d9add40 by Georg Brandl in branch 'default': Closes #16052: fix typo. Patch by Lars Buitinck. http://hg.python.org/cpython/rev/6f456d9add40 -- nosy: +python-dev resolution: -> fixed stage: -> committed/rejected status: open -> closed

[issue16052] Typo in "What's new in 3.3"

2012-09-26 Thread Georg Brandl
Georg Brandl added the comment: Thanks for the report. Note that we don't care for bundles instead of patches, since they are impossible to review online and clumsy to do so offline. Readable patches (as generated by e.g. hg export) are much preferred. -- nosy: +georg.brandl ___

[issue16052] Typo in "What's new in 3.3"

2012-09-26 Thread Lars Buitinck
New submission from Lars Buitinck: I spotted a minor typo in the "What's new" for Py 3.3, introduced yesterday. See attached patch. -- assignee: docs@python components: Documentation files: typo.hg messages: 171333 nosy: docs@python, larsmans priority: normal severity: normal status: op