Re: Octal notation: severe deprecation

2005-01-12 Thread PJDM
ython. (So does JavaScript.) More "it sucks, but it's too late to change" than regrets. Maybe P3K will have an integer literal like "n_b" for "the integer n in base b". PJDM -- http://mail.python.org/mailman/listinfo/python-list

Re: Import binary extensions from zipfiles, windows only

2005-01-05 Thread PJDM
edits" or "license" for more information. >>> import sys >>> sys.__loader__ Traceback (most recent call last): File "", line 1, in ? AttributeError: 'module' object has no attribute '__loader__' >>> Oh well. PJDM -- http://mail.python.org/mailman/listinfo/python-list

Re: [Hack] Import binary extensions from zipfiles, windows only

2005-01-03 Thread PJDM
748 11-08-04 11:00 zope/thread/tests.pyc 748 11-08-04 11:00 zope/thread/tests.pyo 20480 11-07-04 00:54 zope/thread/_zope_thread.pyd 7838 08-17-04 17:20 zope/thread/__init__.py 7808 11-08-04 11:00 zope/thread/__init__.pyc 7808 11-08-04 11:00 zope/thread/__init__.pyo What am I missing? Thanks. PJDM -- http://mail.python.org/mailman/listinfo/python-list