summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorDave Cole <djc@object-craft.com.au>2004-08-26 00:37:31 (GMT)
committerDave Cole <djc@object-craft.com.au>2004-08-26 00:37:31 (GMT)
commit3203efb55fde14c3f567f6864dab1454155d1dcb (patch)
treeb550584948252f2d7677e877776bb3cdeae8faaf /Misc
parent0d58e2be0b81c12b0056d458a0480dc525af1abb (diff)
downloadcpython-3203efb55fde14c3f567f6864dab1454155d1dcb.zip
cpython-3203efb55fde14c3f567f6864dab1454155d1dcb.tar.gz
cpython-3203efb55fde14c3f567f6864dab1454155d1dcb.tar.bz2
Patch #1014930. Expose current parse location to XMLParser.
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 cb49e0b..fd5ba68 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -54,6 +54,9 @@ Extension modules
- Added socket.socketpair().
+- Added CurrentByteIndex, CurrentColumnNumber, CurrentLineNumber
+ members to xml.parsers.expat.XMLParser object.
+
Library
-------