diff options
Diffstat (limited to 'Misc/NEWS')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1406,6 +1406,9 @@ Library Extension Modules ----------------- +- Issue #1578269: Implement os.symlink for Windows 6.0+. Patch by + Jason R. Coombs + - In struct.pack, correctly propogate exceptions from computing the truth of an object in the '?' format. |