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: Small typo in whatsnew/2.6.rst
Type: Stage:
Components: Documentation Versions: Python 2.6
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: georg.brandl Nosy List: georg.brandl, quentin.gallet-gilles
Priority: normal Keywords: patch

Created on 2008-05-05 13:27 by quentin.gallet-gilles, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
whatsnew_2.6.patch quentin.gallet-gilles, 2008-05-05 13:27 Documentation typo fix
Messages (2)
msg66268 - (view) Author: Quentin Gallet-Gilles (quentin.gallet-gilles) Date: 2008-05-05 13:27
In the "What's new" documentation for 2.6, a code marker is missing in
the paragraph about itertools.permutations.

Attached patch corrects this.
msg66285 - (view) Author: Georg Brandl (georg.brandl) * (Python committer) Date: 2008-05-05 20:59
Fixed in r62737.
History
Date User Action Args
2022-04-11 14:56:34adminsetgithub: 47018
2008-05-05 20:59:14georg.brandlsetstatus: open -> closed
resolution: fixed
messages: + msg66285
2008-05-05 13:27:55quentin.gallet-gillescreate