diff options
author | Andrew M. Kuchling <amk@amk.ca> | 2006-08-16 13:51:32 (GMT) |
---|---|---|
committer | Andrew M. Kuchling <amk@amk.ca> | 2006-08-16 13:51:32 (GMT) |
commit | ddf37888b81d204e0f17ed099f044b2d2296251d (patch) | |
tree | 6901677e3fcae13e92f66c28aeee561aea9fca97 /Doc/whatsnew | |
parent | 115ea43bff476387622bdd66939de7daf1a1fb29 (diff) | |
download | cpython-ddf37888b81d204e0f17ed099f044b2d2296251d.zip cpython-ddf37888b81d204e0f17ed099f044b2d2296251d.tar.gz cpython-ddf37888b81d204e0f17ed099f044b2d2296251d.tar.bz2 |
Link to docs; remove an XXX comment
Diffstat (limited to 'Doc/whatsnew')
-rw-r--r-- | Doc/whatsnew/whatsnew25.tex | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/Doc/whatsnew/whatsnew25.tex b/Doc/whatsnew/whatsnew25.tex index 3f16b87..bbe1ff6 100644 --- a/Doc/whatsnew/whatsnew25.tex +++ b/Doc/whatsnew/whatsnew25.tex @@ -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: |