Tracebacks and doctests are now highlighted in color by default, making errors easier to scan.
| Issue | Fix | |-------|-----| | zipfile path traversal | Restricted extraction to prevent directory escape | | pdb breakpoints | Fixed breakpoint persistence across restarts | | multiprocessing | Shared memory cleanup on process crash | | datetime | Fixed datetime.fromtimestamp() rounding errors near epoch | python 3.13.1 news
Commands like exit and clear work directly without needing parentheses (e.g., exit() is no longer strictly required). Tracebacks and doctests are now highlighted in color
For a comprehensive list of changes, see the Python 3.13.1 changelog . see the Python 3.13.1 changelog .