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: Minor typos in whatsnew26
Type: Stage:
Components: Documentation Versions: Python 3.0, Python 2.6
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: georg.brandl Nosy List: facundobatista, georg.brandl, tim.golden
Priority: low Keywords: patch

Created on 2007-12-03 12:52 by tim.golden, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
whatsnew-r59286.patch tim.golden, 2007-12-03 12:52
Messages (2)
msg58118 - (view) Author: Tim Golden (tim.golden) * (Python committer) Date: 2007-12-03 12:52
One typo refers to "from __future__ import generators" in the context of
the with statement.

Later what appears to be an incomplete sentence giving an example of the
__dir__ method.

The patch attached is against r59286 of doc/whatsnew/2.6.rst
msg58149 - (view) Author: Facundo Batista (facundobatista) * (Python committer) Date: 2007-12-03 19:50
Commited, rev 59297.

Thank you!
History
Date User Action Args
2022-04-11 14:56:28adminsetgithub: 45888
2007-12-03 19:50:36facundobatistasetstatus: open -> closed
resolution: fixed
2007-12-03 19:50:25facundobatistasetnosy: + facundobatista
messages: + msg58149
2007-12-03 13:27:40christian.heimessetpriority: low
assignee: georg.brandl
keywords: + patch
nosy: + georg.brandl
2007-12-03 12:55:03tim.goldensetseverity: normal -> minor
2007-12-03 12:52:23tim.goldencreate