This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: doc: patch for Doc/faq/programming.rst
Type: Stage: patch review
Components: Documentation Versions: Python 3.1, Python 3.2, Python 2.7, Python 2.6
process
Status: closed Resolution: accepted
Dependencies: Superseder:
Assigned To: georg.brandl Nosy List: ezio.melotti, flox, georg.brandl
Priority: normal Keywords: patch

Created on 2009-12-13 19:18 by flox, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
py3k_doc_faq_programming.diff flox, 2009-12-13 19:18 Patch, apply to py3k
doc_faq_programming.diff flox, 2009-12-20 00:19 Patch, apply to trunk
doc_faq_programming_py3k_updated.diff flox, 2009-12-20 00:23 Patch, apply to py3k r76907
Messages (5)
msg96349 - (view) Author: Florent Xicluna (flox) * (Python committer) Date: 2009-12-13 19:18
I reviewed the documentation and tested the examples with Python 3.

I found some parts which are changed or irrelevant.
Here is the patch.

The examples for Mandelbrot and Fibonacci work fine.
msg96625 - (view) Author: Georg Brandl (georg.brandl) * (Python committer) Date: 2009-12-19 17:51
Committed in r76888. Thanks!
msg96649 - (view) Author: Florent Xicluna (flox) * (Python committer) Date: 2009-12-19 21:18
There's a syntax error in the string formatting example.

See additional patch.

I will consider backporting some parts of the patch to Py2.
msg96657 - (view) Author: Florent Xicluna (flox) * (Python committer) Date: 2009-12-20 00:19
Patch backported to trunk.
It fixes typos and recommend best practices 'somestring'.format(...),
and '0o777' and '22 // 3'...
msg96681 - (view) Author: Georg Brandl (georg.brandl) * (Python committer) Date: 2009-12-20 14:21
Thanks, applied in r76920 and r76922.
History
Date User Action Args
2022-04-11 14:56:55adminsetgithub: 51744
2009-12-20 14:21:34georg.brandlsetstatus: open -> closed

messages: + msg96681
2009-12-20 00:23:24floxsetfiles: + doc_faq_programming_py3k_updated.diff
2009-12-20 00:22:49floxsetfiles: - doc_faq_programming_fix_py3k.diff
2009-12-20 00:19:49floxsetfiles: + doc_faq_programming.diff

messages: + msg96657
2009-12-19 21:33:45floxsettitle: doc: patch for py3k/Doc/faq/programming.rst -> doc: patch for Doc/faq/programming.rst
2009-12-19 21:18:30floxsetstatus: closed -> open
files: + doc_faq_programming_fix_py3k.diff
messages: + msg96649

versions: + Python 2.6, Python 2.7
2009-12-19 17:51:49georg.brandlsetstatus: open -> closed
resolution: accepted
messages: + msg96625
2009-12-13 19:21:26ezio.melottisetnosy: + ezio.melotti
2009-12-13 19:20:09ezio.melottisetpriority: normal
stage: patch review
2009-12-13 19:18:26floxcreate