[Bug 1266273] Review Request: python-unicodecsv - Drop-in replacement for csv module which supports unicode strings

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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



--- Comment #5 from Alan Pevec <apevec@xxxxxxxxx> ---
Looks like we might want to drop python3 subpackage, from
https://review.openstack.org/226966
> Only use unicodecsv for python 2, since the python 3 module works fine
> with unicode data.

if sys.version_info[0] == 3:    5
    import csv    6
else:    7
    import unicodecsv as csv


But upstream still claims python3 compatibility:
> Supported versions are python 2.7, 3.3, 3.4, 3.5...

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are always notified about changes to this product and component
_______________________________________________
package-review mailing list
package-review@xxxxxxxxxxxxxxxxxxxxxxx
https://admin.fedoraproject.org/mailman/listinfo/package-review




[Index of Archives]     [Fedora Legacy]     [Fedora Desktop]     [Fedora SELinux]     [Yosemite News]     [KDE Users]     [Fedora Tools]