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 py3k/Doc/faq/library.rst
Type: Stage: patch review
Components: Documentation Versions: Python 3.1, Python 3.2
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 21:41 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_library.diff flox, 2009-12-13 23:52 Patch, apply to py3k
Messages (2)
msg96359 - (view) Author: Florent Xicluna (flox) * (Python committer) Date: 2009-12-13 21:41
I reviewed the documentation and tested the examples with Python 3.

I found some import and print statements to change.
Here is the patch.

Note: I added a warning for the question "How do I get a single
keypress" (without curses). The solution may not work as expected.
msg96627 - (view) Author: Georg Brandl (georg.brandl) * (Python committer) Date: 2009-12-19 17:58
Applied with a few edits in r76889.  Note that the notation for number
ranges with "mismatching" brackets is actually correct.
History
Date User Action Args
2022-04-11 14:56:55adminsetgithub: 51748
2009-12-19 17:58:17georg.brandlsetstatus: open -> closed
resolution: accepted
messages: + msg96627
2009-12-14 05:16:50ezio.melottisetpriority: normal
nosy: + ezio.melotti

stage: patch review
2009-12-13 23:52:50floxsetfiles: + py3k_doc_faq_library.diff
2009-12-13 23:52:13floxsetfiles: - py3k_doc_faq_library.diff
2009-12-13 23:44:02floxsetfiles: - py3k_doc_faq_library.diff
2009-12-13 23:43:55floxsetfiles: + py3k_doc_faq_library.diff
2009-12-13 21:41:22floxcreate