summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorNeal Norwitz <nnorwitz@gmail.com>2004-07-20 21:54:18 (GMT)
committerNeal Norwitz <nnorwitz@gmail.com>2004-07-20 21:54:18 (GMT)
commit0662f8a5eaa19f7eed6978eed1af32563359fb93 (patch)
treeb1038a93a40ba0091f8014f6b626ce0881c019ff /Misc/NEWS
parent13e50fe45349c89325aeba460ef2d9e0efaca27c (diff)
downloadcpython-0662f8a5eaa19f7eed6978eed1af32563359fb93.zip
cpython-0662f8a5eaa19f7eed6978eed1af32563359fb93.tar.gz
cpython-0662f8a5eaa19f7eed6978eed1af32563359fb93.tar.bz2
SF #846659, fix bufsize violation and GNU longname/longlink extensions
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index c395576..fd6d244 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -39,6 +39,9 @@ Extension modules
Library
-------
+- Patch #846659. Fix an error in tarfile.py when using
+ GNU longname/longlink creation.
+
- The obsolete FCNTL.py has been deleted. The builtin fcntl module
has been available (on platforms that support fcntl) since Python
1.5a3, and all FCNTL.py did is export fcntl's names, after generating