Re: [Python-Dev] python 3.3 module test failures on FreeBSD 9 amd64

2012-12-08 Thread Trent Nelson
On Sat, Dec 08, 2012 at 01:07:43PM -0800, A G wrote: > Ideally I'd like to resolve these and submit a port for python3.3 since > the most recent FreeBSD port is stuck on 3.2. FWIW, the FreeBSD Python port maintainer, Kubilay Kocak, is active on #python-dev@freenode under the nick 'koobs'.

Re: [Python-Dev] python 3.3 module test failures on FreeBSD 9 amd64

2012-12-08 Thread Stefan Krah
A G wrote: > == > FAIL: test_saltedcrypt (test.test_crypt.CryptTestCase) > -- > Traceback (most recent call last): >   File "/usr/home/adam/Python-3.3.0/Lib/test/

[Python-Dev] python 3.3 module test failures on FreeBSD 9 amd64

2012-12-08 Thread A G
Hello All, I am successfully compiling python 3.3 on FreeBSD 9.0 amd64 architecture. When I run the tests, I get these two test failures ( I trimmed out all the output from test cases that returned ok): test_saltedcrypt (test.test_crypt.CryptTestCase) ... FAIL ==