commit | 4ba009d8dc36c8dfdbdacfeaad75626565e33baa | [log] [tgz] |
---|---|---|
author | Benjamin Peterson <benjamin@python.org> | Tue May 31 18:59:49 2011 -0500 |
committer | Benjamin Peterson <benjamin@python.org> | Tue May 31 18:59:49 2011 -0500 |
tree | b974222d36d0904fc06ff149c944a41aa034077b | |
parent | f14e42077cd0b5e44ea81bf120f4f1679ef9eba2 [diff] [blame] |
simply use the Python version for pyexpat.__version__ #12221
diff --git a/Misc/NEWS b/Misc/NEWS index f41f895..2fc7b47 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -7,6 +7,11 @@ *Release date: 2011-06-XX* +Extension Modules +----------------- + +- Issue #1221: Make pyexpat.__version__ equal to the Python version. + What's New in Python 2.7.2 release candidate 1? ===============================================