Re: [Python-Dev] First draft of "sysconfig"
2009/12/23 Glyph Lefkowitz : [..] > 2. I think it would be a better idea to do > "~/.local/lib/jython/2.6/site-packages". > > The idea with ~/.local is that it's a mirror of the directory structure > convention in /, /usr/, /opt/ or /usr/local/. In other words it's got "bin", > "lib", "share", "etc", etc.. ~/.local/jython/lib suggests that the parallel > scripts directory would be ~/.local/jython/bin, which means I need 2 entries > on my $PATH instead of one, which means yet more setup for people who use > both Python and Jython per-user installation. Right, good idea Tarek -- Tarek Ziadé | http://ziade.org ___ Python-Dev mailing list [email protected] http://mail.python.org/mailman/listinfo/python-dev Unsubscribe: http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com
Re: [Python-Dev] First draft of "sysconfig"
On Sat, Dec 12, 2009 at 9:02 PM, Tarek Ziadé wrote: > Hello, > > A while ago I've proposed to refactor the APIs that provides access to > the installation paths and configuration variables at runtime into a > single module called "sysconfig", and make it easier for all > implementations to work with them. I've applied the suggestions made in this thread. If no one objects, here's what I am going to do now: I'll merge this change in the trunk, (I'll drop the branch changesets in favor of one single, clean changeset) and start to work on the corresponding doc, so more people will be able to give some feedback on the APIs once the second 2.7 alpha is out. Then, in a second step, I'll work on the removal of the Makefile and pyconfig.h dependencies by adding a _synconfig.py file as suggested earlier, that will be created during the build process. Regards, Tarek ___ Python-Dev mailing list [email protected] http://mail.python.org/mailman/listinfo/python-dev Unsubscribe: http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com
[Python-Dev] Summary of Python tracker Issues
ACTIVITY SUMMARY (12/25/09 - 01/01/10) Python tracker at http://bugs.python.org/ To view or respond to any of the issues listed below, click on the issue number. Do NOT respond to this message. 2537 open (+22) / 16902 closed (+19) / 19439 total (+41) Open issues with patches: 1016 Average duration of open issues: 705 days. Median duration of open issues: 462 days. Open Issues Breakdown open 2504 (+22) pending32 ( +0) Issues Created Or Reopened (42) ___ doc: Code is not always colored 12/30/09 CLOSED http://bugs.python.org/issue7487reopened flox documention buglet for PyBuffer 12/26/09 CLOSED http://bugs.python.org/issue7577created ronaldoussoren easy Behavior of operations on a closed file object is not documented 12/26/09 http://bugs.python.org/issue7578created blep Patch to add docstrings to msvcrt12/26/09 http://bugs.python.org/issue7579created brian.curtin patch distutils makefile from python.org installer doesn't work on OS 12/27/09 http://bugs.python.org/issue7580created bskaplan incomplete doc of zlib 12/27/09 CLOSED http://bugs.python.org/issue7581created coolwanglu [patch] diff.py to use iso timestamp 12/27/09 http://bugs.python.org/issue7582created techtonik patch doctest should normalize tabs when comparing output 12/27/09 http://bugs.python.org/issue7583created techtonik datetime.rfcformat() for Date and Time on the Internet 12/27/09 http://bugs.python.org/issue7584created techtonik [patch] difflib should separate filename from timestamp with tab 12/27/09 http://bugs.python.org/issue7585created techtonik patch Typo in collections documentation12/28/09 CLOSED http://bugs.python.org/issue7586created nneonneo Python 3.1.1 source build issues 12/28/09 CLOSED http://bugs.python.org/issue7587created sharmaag unittest.TestCase.shortDescription isn't short anymore 12/28/09 http://bugs.python.org/issue7588created exarkun setup.py shouldn't try to build nis module when nis headers aren 12/28/09 CLOSED http://bugs.python.org/issue7589created Arfrever patch 'exceptions' module mentioned in documentation 12/28/09 CLOSED http://bugs.python.org/issue7590created July test_get_platform fails on 3.1 12/28/09 http://bugs.python.org/issue7591created pitrou buildbot ssl module documentation: SSLSocket.unwrap description shown twi 12/28/09 http://bugs.python.org/issue7592created mnewman Computed-goto patch for RE engine12/29/09 http://bugs.python.org/issue7593created akuchling patch, needs review shlex refactoring12/29/09 http://bugs.python.org/issue7594created ferringb patch, needs review
