This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author amaury.forgeotdarc
Recipients amaury.forgeotdarc, loewis, ocean-city, rpetrov
Date 2011-11-20.16:37:50
SpamBayes Score 0.00031259583
Marked as misclassified No
Message-id <[email protected]>
In-reply-to
Content
grp.getgrgid() now calls .decode('utf8', errors="surrogateescape").
Even if cygwin does not correctly copy strings from the Windows registry, tarinfo.gname should now contain a string that will at least round trip and give the same value on disk.
Ocean-city, can you check whether this error still reproduces?
History
Date User Action Args
2011-11-20 16:37:50amaury.forgeotdarcsetrecipients: + amaury.forgeotdarc, loewis, ocean-city, rpetrov
2011-11-20 16:37:50amaury.forgeotdarcsetmessageid: <[email protected]>
2011-11-20 16:37:50amaury.forgeotdarclinkissue3824 messages
2011-11-20 16:37:50amaury.forgeotdarccreate