summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorTarek Ziadé <ziade.tarek@gmail.com>2010-04-03 08:37:59 (GMT)
committerTarek Ziadé <ziade.tarek@gmail.com>2010-04-03 08:37:59 (GMT)
commit0000295fe3b316f78732d543e15ae69efe168bed (patch)
tree12fcc77af1c2bf1d17665319af4ca5bedf191a4c /Misc/NEWS
parentdd2fedcd1c006fe79625af340a884fb284cc38ce (diff)
downloadcpython-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/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 657172f..29d9d40 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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__