Kaydet (Commit) b0dc1a38 authored tarafından Michael W. Hudson's avatar Michael W. Hudson

Fiddle wording.

üst b5b5a260
...@@ -124,9 +124,10 @@ Extension modules ...@@ -124,9 +124,10 @@ Extension modules
Library Library
- Stop using strings for exceptions. String objects used for exceptions - Stop using strings for exceptions. String objects used for
now derive from Exception. The objects changed were: Tkinter.TclError, exceptions are now classes deriving from Exception. The objects
bdb.BdbQuit, macpath.norm_error, tabnanny.NannyNag, and xdrlib.Error. changed were: Tkinter.TclError, bdb.BdbQuit, macpath.norm_error,
tabnanny.NannyNag, and xdrlib.Error.
- Constants BOM_UTF8, BOM_UTF16, BOM_UTF16_LE, BOM_UTF16_BE, - Constants BOM_UTF8, BOM_UTF16, BOM_UTF16_LE, BOM_UTF16_BE,
BOM_UTF32, BOM_UTF32_LE and BOM_UTF32_BE that represent the Byte BOM_UTF32, BOM_UTF32_LE and BOM_UTF32_BE that represent the Byte
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment