Lock in $30 Savings on PRO—Offer Ends Soon! ⏳

CPython's bug in feature that nobody uses

Avatar for dv dv
June 06, 2015

CPython's bug in feature that nobody uses

Avatar for dv

dv

June 06, 2015
Tweet

More Decks by dv

Other Decks in Technology

Transcript

  1. Comparison tarfile module python -m tarfile -c files.tar files/ python

    -m tarfile -c files.tar.gz files/ python -m tarfile -c files.tar.bz2 files/ python -m tarfile -c files.tar.xz files/ tar command tar cf files.tar files/ tar zcf files.tar.gz files/ tar jcf files.tar.bz2 files/ tar Jcf files.tar.xz files/
  2. But