diff options
author | Tarek Ziadé <ziade.tarek@gmail.com> | 2010-04-03 08:37:59 (GMT) |
---|---|---|
committer | Tarek Ziadé <ziade.tarek@gmail.com> | 2010-04-03 08:37:59 (GMT) |
commit | 0000295fe3b316f78732d543e15ae69efe168bed (patch) | |
tree | 12fcc77af1c2bf1d17665319af4ca5bedf191a4c /Misc/NEWS | |
parent | dd2fedcd1c006fe79625af340a884fb284cc38ce (diff) | |
download | cpython-0000295fe3b316f78732d543e15ae69efe168bed.zip cpython-0000295fe3b316f78732d543e15ae69efe168bed.tar.gz cpython-0000295fe3b316f78732d543e15ae69efe168bed.tar.bz2 |
Issue #1222585: Added LDCXXSHARED for C++ support
Diffstat (limited to 'Misc/NEWS')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -12,6 +12,8 @@ What's New in Python 2.7 beta 1? Core and Builtins ----------------- +- Issue #1222585: Added LDCXXSHARED for C++ support. Patch by Arfrever. + - Raise a TypeError when trying to delete a T_STRING_INPLACE struct member. - Issue #7994: Issue a PendingDeprecationWarning if object.__format__ |