Closed GoogleCodeExporter closed 8 years ago
Patched. Thanks.
Original comment by pmtri80@gmail.com
on 26 Dec 2008 at 8:56
I realized in separating my set of patches that my earlier cv namespace patch
didn't
include some subsequent changes when I did the python 3.0 work. The attached
patch
removes the use of print as a warning during namespace creation (just punting
and
putting the full symbol in) which keeps that code python 3.0 compatible.
The patch is against trunk r113 and also includes one tweak to the final library
loading code to stay 3.0 compatible (since luckily the use of an exception
variable
during the import was technically superfluous).
Original comment by db3l....@gmail.com
on 26 Dec 2008 at 6:17
Attachments:
Patched. Thanks.
Original comment by pmtri80@gmail.com
on 27 Dec 2008 at 1:27
Original issue reported on code.google.com by
db3l.em...@gmail.com
on 26 Dec 2008 at 2:51Attachments: