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

2009-12-20 Thread Georg Brandl

Georg Brandl ge...@python.org 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).

--
status: open - closed

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue7493
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



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

2009-12-19 Thread Georg Brandl

Georg Brandl ge...@python.org added the comment:

Thanks, committed in r76886, r76887.

--
resolution:  - accepted
status: open - closed

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue7493
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



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

2009-12-19 Thread Florent Xicluna

Florent Xicluna la...@yahoo.fr 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_missing.diff

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue7493
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



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

2009-12-19 Thread Antoine Pitrou

Antoine Pitrou pit...@free.fr 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 tracker rep...@bugs.python.org
http://bugs.python.org/issue7493
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



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

2009-12-19 Thread Antoine Pitrou

Antoine Pitrou pit...@free.fr 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 rep...@bugs.python.org
http://bugs.python.org/issue7493
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



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

2009-12-18 Thread flox

flox la...@yahoo.fr 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

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue7493
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



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

2009-12-18 Thread flox

Changes by flox la...@yahoo.fr:


Added file: http://bugs.python.org/file15594/doc_faq_design_py3k.diff

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue7493
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com