diff options
author | Matthias Klose <doko@ubuntu.com> | 2010-03-15 13:51:00 (GMT) |
---|---|---|
committer | Matthias Klose <doko@ubuntu.com> | 2010-03-15 13:51:00 (GMT) |
commit | ffb5384ab1c09dc2beae1992d98a82421414406e (patch) | |
tree | 439645df185b897ace806895d2359de828124251 /Misc | |
parent | 8209fcc3a947276fd40fbb00ca9adef44c4da98c (diff) | |
download | cpython-ffb5384ab1c09dc2beae1992d98a82421414406e.zip cpython-ffb5384ab1c09dc2beae1992d98a82421414406e.tar.gz cpython-ffb5384ab1c09dc2beae1992d98a82421414406e.tar.bz2 |
Merged revisions 78980 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k
................
r78980 | matthias.klose | 2010-03-15 14:46:04 +0100 (Mo, 15 Mär 2010) | 10 lines
Merged revisions 78979 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r78979 | matthias.klose | 2010-03-15 14:42:23 +0100 (Mo, 15 Mär 2010) | 3 lines
- Issue #7356: ctypes.util: Make parsing of ldconfig output independent of
the locale.
........
................
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -17,6 +17,9 @@ Core and Builtins Library ------- +- Issue #7356: ctypes.util: Make parsing of ldconfig output independent of + the locale. + What's New in Python 3.1.2 release candidate 1? =============================================== |