[issue7493] doc: patch for Doc/faq/design.rst

2009-12-20 Thread Georg Brandl
Georg Brandl added the comment: Thanks, applied in r76923. For future patches, please use notes sparingly, and warnings even more so. Not every sentences starting with "Note that..." needs to be a Note. Also, Notes should contain whole sentences (i.e. the first word is uppercased). -

[issue7493] doc: patch for Doc/faq/design.rst

2009-12-19 Thread Antoine Pitrou
Antoine Pitrou added the comment: > I saw two small things: > - dict.has_key is still used instead of `in` Florent pointed to me that it's not true. I was watching a stale version, sorry. -- ___ Python tracker ___

[issue7493] doc: patch for Doc/faq/design.rst

2009-12-19 Thread Antoine Pitrou
Antoine Pitrou added the comment: I saw two small things: - dict.has_key is still used instead of `in` - Pyrex is mentioned, but not Cython (http://www.cython.org/); Cython is probably much more active than Pyrex, though. -- nosy: +pitrou ___ Python

[issue7493] doc: patch for Doc/faq/design.rst

2009-12-19 Thread Florent Xicluna
Florent Xicluna added the comment: Commit r76886 on Python 2.7 is fine. But the patch is not merged completly on branches/py3k. I prepared a new patch against py3k to fix what is missing. -- status: closed -> open Added file: http://bugs.python.org/file15613/doc_faq_design_py3k_missin

[issue7493] doc: patch for Doc/faq/design.rst

2009-12-19 Thread Georg Brandl
Georg Brandl added the comment: Thanks, committed in r76886, r76887. -- resolution: -> accepted status: open -> closed ___ Python tracker ___ ___

[issue7493] doc: patch for Doc/faq/design.rst

2009-12-18 Thread flox
Changes by flox : Added file: http://bugs.python.org/file15594/doc_faq_design_py3k.diff ___ Python tracker ___ ___ Python-bugs-list mailing lis

[issue7493] doc: patch for Doc/faq/design.rst

2009-12-18 Thread flox
flox added the comment: Updated patch with suggestions of Ezio. -- title: doc: patch for py3k/Doc/faq/design.rst -> doc: patch for Doc/faq/design.rst versions: +Python 2.6, Python 2.7 Added file: http://bugs.python.org/file15593/doc_faq_design.diff