[Python-bugs-list] [Bug #114318] References to Python 1.5

noreply@sourceforge.net noreply@sourceforge.net
Thu, 14 Sep 2000 13:30:58 -0700


Bug #114318, was updated on 2000-Sep-13 00:39
Here is a current snapshot of the bug.

Project: Python
Category: Documentation
Status: Closed
Resolution: Fixed
Bug Group: Not a Bug
Priority: 5
Summary: References to Python 1.5

Details: In the documentation, there are references to Python's library path that often use "/usr/local/lib/python1.5" instead of "/usr/local/lib/python2.0".  A quick "find" and "grep" shows the following pages:

    ./api/embedding.html
    ./api/includes.html
    ./dist/node13.html
    ./lib/module-pdb.html
    ./lib/module-pprint.html
    ./lib/module-site.html
    ./lib/profile-instant.html
    ./lib/typesmodules.html

The only one that might be a problem is "./lib/module-site.html", since it mentions Python 2.0b1.1 explicitly and states that its library is installed in "python1.5".

Follow-Ups:

Date: 2000-Sep-14 13:30
By: fdrake

Comment:
The markup has been extended so that we have a mark for the "short" flavor of the version number.  I've modified the documents to use it where needed and possible.

Note that material in {verbatim} environments still don't use this, as macros are not expanded in that context.  To avoid changing those with each release, I'm going to leave those as they are; I don't think that will hurt, though it does seem less than ideal.
-------------------------------------------------------

For detailed info, follow this link:
http://sourceforge.net/bugs/?func=detailbug&bug_id=114318&group_id=5470