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: imputil "from" os.path import bug
Type: Stage:
Components: Library (Lib) Versions: Python 2.4
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: Nosy List: ehuss, georg.brandl
Priority: normal Keywords: patch

Created on 2006-05-04 01:42 by ehuss, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
imputil.py.patch ehuss, 2006-05-04 01:42 patch for imputil.py
Messages (2)
msg50195 - (view) Author: Eric Huss (ehuss) Date: 2006-05-04 01:42
The following idiom appears to not work when using imputil:

from os.path import join

This patch should fix that problem.
msg50196 - (view) Author: Georg Brandl (georg.brandl) * (Python committer) Date: 2006-05-04 05:08
Logged In: YES 
user_id=849994

Thanks for the patch, committed as rev. 45895, 45896(2.4).
History
Date User Action Args
2022-04-11 14:56:17adminsetgithub: 43318
2006-05-04 01:42:05ehusscreate