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 sbt
Recipients chris.jerdonek, eric.araujo, fdrake, ronaldoussoren, sbt, tarek
Date 2012-07-17.13:37:18
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1342532240.46.0.0647525007627.issue15364@psf.upfronthosting.co.za>
In-reply-to
Content
Updated patch which clarifies that for an installed python on a posix system, get_config_var('srcdir') == get_path('stdlib').

Eg, if sys.executable == '/usr/local/bin/python3.3' then get_config_var('srcdir') == '/usr/local/lib/python3.3'.

This is a little arbitrary, but seems as sensible a value as any other.  (Or maybe it would be better to have get_config_var('srcdir') == None instead.)
History
Date User Action Args
2012-07-17 13:37:20sbtsetrecipients: + sbt, fdrake, ronaldoussoren, tarek, eric.araujo, chris.jerdonek
2012-07-17 13:37:20sbtsetmessageid: <1342532240.46.0.0647525007627.issue15364@psf.upfronthosting.co.za>
2012-07-17 13:37:19sbtlinkissue15364 messages
2012-07-17 13:37:19sbtcreate