[Checkins] SVN: BTrees/branches/py3k/ Add support for Python 3.3.

Tres Seaver cvs-admin at zope.org
Wed Dec 12 14:41:05 UTC 2012


Log message for revision 128620:
  Add support for Python 3.3.

Changed:
  _U  BTrees/branches/py3k/
  U   BTrees/branches/py3k/CHANGES.txt
  U   BTrees/branches/py3k/setup.py
  U   BTrees/branches/py3k/tox.ini

-=-
Modified: BTrees/branches/py3k/CHANGES.txt
===================================================================
--- BTrees/branches/py3k/CHANGES.txt	2012-12-12 14:41:03 UTC (rev 128619)
+++ BTrees/branches/py3k/CHANGES.txt	2012-12-12 14:41:04 UTC (rev 128620)
@@ -5,8 +5,8 @@
 4.0.2 (unreleased)
 ------------------
 
-- Added explicit support for Python 3.2 and PyPy.  Note that the
-  C extensions are not (yet) available on these platforms.
+- Added explicit support for Python 3.2, Python 3.3, and PyPy.
+  Note that the C extensions are not (yet) available on these platforms.
 
 - Python reference implementations now tested separately from the C
   verions on all platforms.

Modified: BTrees/branches/py3k/setup.py
===================================================================
--- BTrees/branches/py3k/setup.py	2012-12-12 14:41:03 UTC (rev 128619)
+++ BTrees/branches/py3k/setup.py	2012-12-12 14:41:04 UTC (rev 128620)
@@ -125,6 +125,7 @@
         'Programming Language :: Python :: 2.7',
         'Programming Language :: Python :: 3',
         'Programming Language :: Python :: 3.2',
+        'Programming Language :: Python :: 3.3',
         "Programming Language :: Python :: Implementation :: CPython",
         "Programming Language :: Python :: Implementation :: PyPy",
         "Topic :: Database",

Modified: BTrees/branches/py3k/tox.ini
===================================================================
--- BTrees/branches/py3k/tox.ini	2012-12-12 14:41:03 UTC (rev 128619)
+++ BTrees/branches/py3k/tox.ini	2012-12-12 14:41:04 UTC (rev 128620)
@@ -3,7 +3,7 @@
 # Jython support pending 2.7 support, due 2012-07-15 or so.  See:
 # http://fwierzbicki.blogspot.com/2012/03/adconion-to-fund-jython-27.html
 #   py26,py27,py32,jython,pypy,coverage,docs
-    py26,py27,pypy,py32,w_zodb,coverage,docs
+    py26,py27,pypy,py32,py33,w_zodb,coverage,docs
 
 [testenv]
 deps =



More information about the checkins mailing list