[Python-Dev] Problem with 2.3b2 tarfile?

Skip Montanaro skip@pobox.com
Mon, 30 Jun 2003 15:10:05 -0500


    Barry> I've updated the bugs page to remove the kaput bugs and add a
    Barry> note about extraction problems on Solaris 8.

Thanks.  I found this item on the Haskell website:

    http://www.haskell.org/pipermail/hugs-bugs/2002-November/001045.html

Looks like Solaris (<= 8) tar has a pathname limit of 80 characters.  Should
we try and squeeze the Python directory tree into that limit or simply tell
people to use GNU tar if their tar barfs?

Skip