This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: (Bug 660811: importing x.y.z as m is possible, docs say othe
Type: Stage:
Components: Documentation Versions: Python 2.3
process
Status: closed Resolution: accepted
Dependencies: Superseder:
Assigned To: loewis Nosy List: blunck2, loewis
Priority: normal Keywords: patch

Created on 2003-01-05 03:07 by blunck2, last changed 2022-04-10 16:06 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
ref6.diff blunck2, 2003-01-05 04:44
ref6.diff blunck2, 2003-01-06 04:44 contextual diff
Messages (2)
msg42281 - (view) Author: Christopher Blunck (blunck2) Date: 2003-01-05 03:07
import os.path as o works in: 2.2.x, and 2.1.x. 
It does not work in 1.5.2 because the "as" keyword did
not exist.

Perhaps this is a left-over from docs from the 1.5 era?
msg42282 - (view) Author: Martin v. Löwis (loewis) * (Python committer) Date: 2003-01-16 11:33
Logged In: YES 
user_id=21627

Thanks for the patch, committed as ref6.tex 1.60.
History
Date User Action Args
2022-04-10 16:06:06adminsetgithub: 37717
2003-01-05 03:07:10blunck2create