[Python-3000] Python 3.0 test results on F8

2008-12-13 Thread Frank
s unexpected on linux2: test_dbm_ndbm test_bz2 test_ssl test_ctypes test_tcl test_dbm_gnu Should I be concerned? Though I expect the answer to be 'No', is Python 3.0 just as ok to use as if *all *the tests passed? Sincerely, Frank Martinez __

[Python-3000] Ordered mapping type for Python 3000?

2007-03-27 Thread Frank Benkstein
Frank Benkstein. -- GPG (Mail): 7093 7A43 CC40 463A 5564 599B 88F6 D625 BE63 866F GPG (XMPP): 2243 DBBA F234 7C5A 6D71 3983 9F28 4D03 7110 6D51 signature.asc Description: PGP signature ___ Python-3000 mailing list Python-3000@python.org http

[Python-3000] New builtin exceptions classes?

2007-03-22 Thread Frank Benkstein
, given=type(...)) Maybe the the most common messages could be predefined in the Exception class instead of constructed ad-hoc to make processing easier but having them constructed as shown would already help a lot. Best regards Frank Benkstein. -- GPG (Mail): 7093 7A43 CC40 463A 55

Re: [Python-3000] Import system questions to be considered for Py3k

2006-07-17 Thread Frank Wierzbicki
> [1] http://www.jython.org/docs/registry.html > On the new Jython website the same content is here: http://www.jython.org/Project/userguide.html#the-jython-registry Though I don't think there are any changes to this content. -Frank ___