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 eric.araujo
Recipients blokeley, brian.curtin, eric.araujo, pitrou, r.david.murray, rhettinger, santoso.wijaya, terry.reedy
Date 2011-04-30.15:55:23
SpamBayes Score 9.612934e-05
Marked as misclassified No
Message-id <1304178924.37.0.577814958465.issue11344@psf.upfronthosting.co.za>
In-reply-to
Content
To clarify one point: Python does not try to mimic the shell, but the os module exposes system calls as they are.

(Unrelated remark: pkgutil.get_data can replace a lot of uses of dirname(dirname(__file__)))
History
Date User Action Args
2011-04-30 15:55:24eric.araujosetrecipients: + eric.araujo, rhettinger, terry.reedy, pitrou, r.david.murray, brian.curtin, santoso.wijaya, blokeley
2011-04-30 15:55:24eric.araujosetmessageid: <1304178924.37.0.577814958465.issue11344@psf.upfronthosting.co.za>
2011-04-30 15:55:23eric.araujolinkissue11344 messages
2011-04-30 15:55:23eric.araujocreate