commit | 0a24d105244c39aeaa67db51d0b38e48402d252d | [log] [tgz] |
---|---|---|
author | Georg Brandl <georg@python.org> | Tue Mar 13 07:51:04 2007 +0000 |
committer | Georg Brandl <georg@python.org> | Tue Mar 13 07:51:04 2007 +0000 |
tree | 059d379de78f285a83796668cb4fd63a0988e001 | |
parent | e19d7a3c0ac25680d2f72669f1441dadbb2f9a41 [diff] [blame] |
Patch #1679379: add documentation for fnmatch.translate(). (backport from rev. 54323)
diff --git a/Misc/NEWS b/Misc/NEWS index c21972d..966b9a7 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -503,6 +503,8 @@ Documentation ------------- +- Patch #1679379: add documentation for fnmatch.translate(). + - Patch #1671450: add a section about subclassing builtin types to the "extending and embedding" tutorial.