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 tpievila
Recipients Arfrever, benjamin.peterson, georg.brandl, ned.deily, tpievila
Date 2012-08-31.06:41:43
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1346395305.54.0.213669853858.issue15822@psf.upfronthosting.co.za>
In-reply-to
Content
Platform: RHEL 6.3 x86_64.

0. (remove old python 3 install, though this doesn't change anything)
1. Unpack 3.3rc1 source, cd Python-3.3.0rc1/
2. ./configure; make
3. sudo make install
4. ls -ltc --full-time /usr/local/lib/python3.3/lib2to3/

This shows that Grammar.txt is just a tiny bit newer than the pickle.

To produce the SandboxViolation:

1. curl -O https://raw.github.com/pypa/virtualenv/master/virtualenv.py
2. python3.3 virtualenv.py my_new_env

or alternatively use distribute to install anything with the easy_install command.
History
Date User Action Args
2012-08-31 06:41:45tpievilasetrecipients: + tpievila, georg.brandl, benjamin.peterson, ned.deily, Arfrever
2012-08-31 06:41:45tpievilasetmessageid: <1346395305.54.0.213669853858.issue15822@psf.upfronthosting.co.za>
2012-08-31 06:41:45tpievilalinkissue15822 messages
2012-08-31 06:41:44tpievilacreate