Austin English added the comment:
Still present in 3.1.2.
--
Added file: http://bugs.python.org/file18022/distutils.txt
___
Python tracker
<http://bugs.python.org/issue7
Austin English added the comment:
Runs fine in 3.1.2 on that machine.
--
___
Python tracker
<http://bugs.python.org/issue7991>
___
___
Python-bugs-list mailin
Austin English added the comment:
Runs fine in 3.1.2 on that machine.
--
status: open -> closed
___
Python tracker
<http://bugs.python.org/issue7991>
___
_
Austin English added the comment:
>From Juan Lang, who originally pointed out the bug:
My only comment is that the message is now misleading:
-individual_group_bit = (node >> 40L) & 1
-universal_local_bit = (node >> 40L) & 2
message = "%012x
Austin English added the comment:
Okay, thanks for the information.
--
___
Python tracker
<http://bugs.python.org/issue7646>
___
___
Python-bugs-list mailin
Austin English added the comment:
Woohoo, thanks!
--
___
Python tracker
<http://bugs.python.org/issue7648>
___
___
Python-bugs-list mailing list
Unsubscribe:
Austin English added the comment:
More info from the wine bug:
Whoops, I didn't notice that Python uses UuidCreateSequential. From MSDN:
For security reasons, UuidCreate was modified so that it no longer uses a
machine's MAC address to generate UUIDs. UuidCreateSequential was
int
New submission from Austin English :
>From http://bugs.winehq.org/show_bug.cgi?id=21276
"I believe this is a bug in the python test code, not in Wine. Wine's
UuidCreate function follows RFC 4122, section 4.4. That is, it generates a
Uuid from a pseudorandom number generator, n
New submission from Austin English :
Passes fine if run from C:, but when run from any other drive, fails:
test_trivial (__main__.TrivialTests) ... ERROR
==
ERROR: test_trivial (__main__.TrivialTests
Changes by Austin English :
--
type: -> behavior
___
Python tracker
<http://bugs.python.org/issue7646>
___
___
Python-bugs-list mailing list
Unsubscri
New submission from Austin English :
socket.error: [Errno 10053] An established connection was aborted by the
software in your host machine
Full output is attached.
--
components: Windows
files: telnetlib.txt
messages: 97319
nosy: austin987
severity: normal
status: open
title
New submission from Austin English :
IOError: [Errno 2] No such file or directory:
'C:\\Python31\\lib\\distutils\\tests\\Setup.sample'
Full output is attached.
--
components: Windows
files: distutils.txt
messages: 97318
nosy: austin987
severity: normal
status:
12 matches
Mail list logo