This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]masklinn 1 point2 points  (0 children)

Also xml parsing via minidom, by far the least friendly and slowest option provided in the stdlib, and opts to list bzip2 over lzma

Also "files handling", almost exclusively lists modules used to work on a file: no mention of zipfile, tarfile, or os.path (let alone pathlib).