Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
reword & ReSTify the news entry.
  • Loading branch information
gpshead authored May 11, 2023
commit 43da8284cf046b0f7a7b7caa4e1369f966646f3a
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
When creating zip files using the ``zipfile`` module, ``os.altsep`` will always
be treated as a path separator. Patch by Carey Metcalfe.
When creating zip files using :mod:`zipfile`, ``os.altsep``, if not ``None``,
will always be treated as a path separator even when it is not ``/``.
Patch by Carey Metcalfe.