[Bug 526126] Review Request: python3 - Python 3.x (backwards incompatible version)

bugzilla at redhat.com bugzilla at redhat.com
Thu Oct 22 22:16:52 UTC 2009


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=526126





--- Comment #28 from Dave Malcolm <dmalcolm at redhat.com>  2009-10-22 18:16:50 EDT ---
Of the rpmlint warnings, I think that the following are ignorable:
- 3 "zero-length" errors: I believe these are deliberate:
  - I believe that "build_class.py" must exist for legacy compat reasons (so
that "import build_class" succeeds)
  - nullcert.pem is a test datafile
  - Templates/copyright is an empty placeholder file
- 1 "uncompressed-zip" warning: this is an upstream test data file for
exercising the zip handling code.  It seems better to me to leave it as is.
- 1 "file-not-utf8" warning: this file ("Demo/distutils/test2to3/setup.py") is
an upstream test file for the 2to3 code, with a non-utf8 encoding.  One of the
purposes of the 2to3 code is to do character set conversions on .py files, so
having this file as non-utf8 verifies that the 2to3 tool is capable of doing
this correctly.

That leaves the 3 subpackages that show "no-documentation" warnings.  These
aren't especially serious IMHO, but I can fix them if others perceive them as a
problem.

-- 
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