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.

Author pitrou
Recipients Arfrever, barry, christian.heimes, eric.snow, larry, pitrou, python-dev, r.david.murray, rhettinger, vstinner
Date 2014-02-26.19:13:57
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1393442038.13.0.0595997942295.issue20784@psf.upfronthosting.co.za>
In-reply-to
Content
A quick grep indicates at least the following modules use os.path but only import os:
bdb, binhex, cgitb, compileall, cProfile, doctest, filecmp, fileinput, fnmatch, ftplib, gettext, glob, imghdr, imp, inspect, linecache, mailbox, mimetypes, modulefinder, netrc, optparse, pdb, platform, profile, pstats, pyclbr, pydoc, shlex, site, sndhdr, ssl, subprocess, tabnanny, tarfile, trace, uuid, uu, webbrowser, zipfile.

So, it's a very common idiom.
History
Date User Action Args
2014-02-26 19:13:58pitrousetrecipients: + pitrou, barry, rhettinger, vstinner, larry, christian.heimes, Arfrever, r.david.murray, python-dev, eric.snow
2014-02-26 19:13:58pitrousetmessageid: <1393442038.13.0.0595997942295.issue20784@psf.upfronthosting.co.za>
2014-02-26 19:13:58pitroulinkissue20784 messages
2014-02-26 19:13:57pitroucreate