summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorRaymond Hettinger <python@rcn.com>2005-06-21 07:43:58 (GMT)
committerRaymond Hettinger <python@rcn.com>2005-06-21 07:43:58 (GMT)
commitda99d1cbfeedafd41263ac2d1b397d57c14ab28e (patch)
tree998e22dfe11672ffa2d7c6ee69b4af1e59914349 /Misc
parent8fa7eb563bb9a14651bcdc8ee60c5e45302c2f59 (diff)
downloadcpython-da99d1cbfeedafd41263ac2d1b397d57c14ab28e.zip
cpython-da99d1cbfeedafd41263ac2d1b397d57c14ab28e.tar.gz
cpython-da99d1cbfeedafd41263ac2d1b397d57c14ab28e.tar.bz2
SF bug #1224621: tokenize module does not detect inconsistent dedents
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 80f7dc7..1fcd798 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -147,6 +147,9 @@ Extension Modules
Library
-------
+- The tokenize module now detects and reports indentation errors.
+ Bug #1224621.
+
- The tokenize module has a new untokenize() function to support a full
roundtrip from lexed tokens back to Python sourcecode. In addition,
the generate_tokens() function now accepts a callable argument that