]> granicus.if.org Git - python/commitdiff
Link to docs; remove an XXX comment
authorAndrew M. Kuchling <amk@amk.ca>
Wed, 16 Aug 2006 13:51:32 +0000 (13:51 +0000)
committerAndrew M. Kuchling <amk@amk.ca>
Wed, 16 Aug 2006 13:51:32 +0000 (13:51 +0000)
Doc/whatsnew/whatsnew25.tex

index 3f16b877668eda33380871c5d9e14306cb015e14..bbe1ff6649150948f1945e7ceff4d2c264b1451e 100644 (file)
@@ -47,8 +47,7 @@ underestimates.)
 This article doesn't try to be a complete specification of the new
 features; instead changes are briefly introduced using helpful
 examples.  For full details, you should always refer to the
-documentation for Python 2.5.
-% XXX add hyperlink when the documentation becomes available online.
+documentation for Python 2.5 at \url{http://docs.python.org}.
 If you want to understand the complete implementation and design
 rationale, refer to the PEP for a particular new feature.
 
@@ -751,7 +750,6 @@ either committed, meaning that all the changes are written into the
 database, or rolled back, meaning that the changes are all discarded
 and the database is unchanged.  See any database textbook for more
 information.)
-% XXX find a shorter reference?
 
 Let's assume there's an object representing a database connection.
 Our goal will be to let the user write code like this: