Your message dated Fri, 30 Nov 2012 15:13:41 -0500
with message-id <[email protected]>
and subject line 
has caused the Debian Bug report #665776,
regarding AttributeError: 'module' object has no attribute 'urandom'
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
665776: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=665776
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: python2.7
Version: 2.7.3~rc2-1
Severity: normal

Dear Maintainer,

After upgrade from 2.7.2-10 to 2.7.3~rc2-1 os.urandom disappeared in python
executables, stored in virtualenvs:

----
(env)breton ~/src/cm/cm % which python
/home/breton/src/cm/env/bin/python
(env)breton ~/src/cm/cm % python
Python 2.7.2+ (default, Oct  4 2011, 15:44:37)
>>> import os
>>> os.urandom
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  AttributeError: 'module' object has no attribute 'urandom'
>>>

(env)breton ~/src/cm/cm % deactivate 
breton ~/src/cm/cm % python
Python 2.7.3rc2 (default, Mar 21 2012, 16:14:45)
>>> import os
>>> os.urandom
<built-in function urandom>
>>>
----


-- System Information:
Debian Release: wheezy/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (500, 'stable')
Architecture: i386 (i686)

Kernel: Linux 3.2.0-1-686-pae (SMP w/2 CPU cores)
Locale: LANG=ru_RU.UTF-8, LC_CTYPE=ru_RU.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages python2.7 depends on:
ii  libbz2-1.0         1.0.6-1
ii  libc6              2.13-27
ii  libdb4.8           4.8.30-11
ii  libexpat1          2.1.0~beta3-1
ii  libgcc1            1:4.6.3-1
ii  libncursesw5       5.9-4
ii  libreadline6       6.2-8
ii  libsqlite3-0       3.7.11-2
ii  libtinfo5          5.9-4
ii  mime-support       3.52-1
ii  python2.7-minimal  2.7.3~rc2-1

python2.7 recommends no packages.

Versions of packages python2.7 suggests:
pn  binutils       2.22-6
pn  python2.7-doc  <none>

-- no debconf information



--- End Message ---
--- Begin Message ---
Tags: wontfix

This is a known upstream breakage related to the fixing of the hash
randomization issue in Python.  The workaround is to recreate the virtualenv
with the new Python version.

Attachment: signature.asc
Description: PGP signature


--- End Message ---
_______________________________________________
Python-modules-team mailing list
[email protected]
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/python-modules-team

Reply via email to