Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit b0dc1a3

Browse files
author
Michael W. Hudson
committed
Fiddle wording.
1 parent b5b5a26 commit b0dc1a3

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

Misc/NEWS

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -124,9 +124,10 @@ Extension modules
124124

125125
Library
126126

127-
- Stop using strings for exceptions. String objects used for exceptions
128-
now derive from Exception. The objects changed were: Tkinter.TclError,
129-
bdb.BdbQuit, macpath.norm_error, tabnanny.NannyNag, and xdrlib.Error.
127+
- Stop using strings for exceptions. String objects used for
128+
exceptions are now classes deriving from Exception. The objects
129+
changed were: Tkinter.TclError, bdb.BdbQuit, macpath.norm_error,
130+
tabnanny.NannyNag, and xdrlib.Error.
130131

131132
- Constants BOM_UTF8, BOM_UTF16, BOM_UTF16_LE, BOM_UTF16_BE,
132133
BOM_UTF32, BOM_UTF32_LE and BOM_UTF32_BE that represent the Byte

0 commit comments

Comments
 (0)