[Bug 690613] Review Request: python-six - Python 2 and 3 compatibility utilities

bugzilla at redhat.com bugzilla at redhat.com
Thu Jul 21 16:46:40 UTC 2011


Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.


https://bugzilla.redhat.com/show_bug.cgi?id=690613

--- Comment #3 from Jeffrey Ness <jeffrey.ness at rackspace.com> 2011-07-21 12:46:40 EDT ---
One thing I noticed which may be an issue is the byte compiling.

I took both built RPMs and extracted them:

   [jeffreyness at fedora lib]$ rpm -q python
   python-2.7-8.fc14.1.x86_64

   [jeffreyness at fedora lib]$ rpm -q python3
   python3-3.1.2-14.fc14.x86_64

   [jeffreyness at fedora lib]$ file python2.7/site-packages/six.pyc 
   python2.7/site-packages/six.pyc: python 2.7 byte-compiled

   [jeffreyness at fedora lib]$ file python3.2/site-packages/six.pyc 
   python3.2/site-packages/six.pyc: data

--

You will notice the python3 six.pyc does not appear to be byte compiled.

What are your thoughts here?

-- 
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.



More information about the package-review mailing list