Python 3.2a1 in rawhide

Toshio Kuratomi a.badger at gmail.com
Mon Aug 23 05:52:03 UTC 2010


On Mon, Aug 23, 2010 at 01:19:53AM -0400, Orcan Ogetbil wrote:
> 
> That sounds like the only place where this convention is useful.
> 
> How about .py files in /usr/bin/ ? We currently don't byte-compile the
> .py files in standard PATH, but maybe since they will go into a
> __pycache__ subdirectory, we can byte-compile them now.
> 
> Is there any "law" in FHS that forbids having a /usr/bin/__pycache__/ directory?
> 
.pyc files wouldn't be used there so it's not relevant.  (Not because
they're in /usr/bin but because the script being invoked is
/usr/bin/something.py and python won't look for a byte compiled version of
the file being invoked.

-Toshio
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 198 bytes
Desc: not available
Url : http://lists.fedoraproject.org/pipermail/devel/attachments/20100823/2a592f90/attachment.bin 


More information about the devel mailing list