[Python-checkins] r59023 - sandbox/trunk/pep362/README

brett.cannon python-checkins at python.org
Sat Nov 17 02:49:46 CET 2007


Author: brett.cannon
Date: Sat Nov 17 02:49:46 2007
New Revision: 59023

Modified:
   sandbox/trunk/pep362/README
Log:
Add more details about version compatibility and the docs.


Modified: sandbox/trunk/pep362/README
==============================================================================
--- sandbox/trunk/pep362/README	(original)
+++ sandbox/trunk/pep362/README	Sat Nov 17 02:49:46 2007
@@ -13,6 +13,12 @@
 .. _PEP 362: http://www.python.org/dev/peps/pep-0362/
 
 
+Where is the documentation
+==========================
+
+`PEP 362`_ is considered the official documentation for this code.
+
+
 Why package it up?
 ====================
 
@@ -27,12 +33,14 @@
 Running the unit tests suggests that Python 2.4 and greater work with the code.
 But this is NOT a guarantee this will hold for future versions of this code!
 
-The version number will get bumped as open issues in the PEP are closed.
+The code, as-is, also runs on Python 3.0a1.
 
 
 What is the version history?
 ============================
 
+The version number will get bumped as open issues in the PEP are closed.
+
 0.4
 ----
 


More information about the Python-checkins mailing list