summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2011-05-25 14:27:43 (GMT)
committerBenjamin Peterson <benjamin@python.org>2011-05-25 14:27:43 (GMT)
commit8a021009ea5097dc7914d64b075f95133c15a58f (patch)
tree522a4219c9cffe6ff2b0975a4b9cc891b2ca101d
parent81b21d77668520f34f288fd21b8dc47809316c77 (diff)
downloadcpython-8a021009ea5097dc7914d64b075f95133c15a58f.zip
cpython-8a021009ea5097dc7914d64b075f95133c15a58f.tar.gz
cpython-8a021009ea5097dc7914d64b075f95133c15a58f.tar.bz2
wrap at 80 chars
-rw-r--r--Misc/NEWS3
1 files changed, 2 insertions, 1 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index f602595..6762731 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -823,7 +823,8 @@ Tests
C-API
-----
-- PY_PATCHLEVEL_REVISION has been removed, since it's meaningless with Mercurial.
+- PY_PATCHLEVEL_REVISION has been removed, since it's meaningless with
+ Mercurial.
Documentation
-------------