[Python-Dev] Landmark

M.-A. Lemburg mal@lemburg.com
Fri, 12 May 2000 17:47:55 +0200


While trying to configure an in-package Python interpreter
I found that the interpreter still uses 'string.py' as
landmark for finding the standard library.

Since string.py is being depreciated, I think we should
consider a new landmark (such as os.py) or maybe even a
whole new strategy for finding the standard lib location.

-- 
Marc-Andre Lemburg
______________________________________________________________________
Business:                                      http://www.lemburg.com/
Python Pages:                           http://www.lemburg.com/python/