File tree Expand file tree Collapse file tree 2 files changed +16
-3
lines changed
Expand file tree Collapse file tree 2 files changed +16
-3
lines changed Original file line number Diff line number Diff line change @@ -129,6 +129,9 @@ This module offers the following functions:
129129 .. versionchanged :: 3.3
130130 See :ref: `above <exception-changed >`.
131131
132+ .. versionchanged :: 3.15
133+ Added *options * and *create_only * parameters.
134+
132135
133136.. function :: DeleteKey(key, sub_key)
134137
@@ -361,7 +364,7 @@ This module offers the following functions:
361364 .. versionchanged :: 3.3
362365 See :ref: `above <exception-changed >`.
363366
364- .. deprecated-removed :: 3.14 3.16
367+ .. deprecated-removed :: 3.15 3.17
365368 *reserved * is deprecated and will be removed in the future.
366369 Please use :func: `OpenKeyEx ` instead.
367370
@@ -402,10 +405,10 @@ This module offers the following functions:
402405 .. versionchanged :: 3.3
403406 See :ref: `above <exception-changed >`.
404407
405- .. versionchanged :: 3.14
408+ .. versionchanged :: 3.15
406409 Added *options * parameter.
407410
408- .. deprecated-removed :: 3.14 3.16
411+ .. deprecated-removed :: 3.15 3.17
409412 *reserved * is deprecated and will be removed in the future.
410413 Please use *options * instead.
411414
Original file line number Diff line number Diff line change @@ -940,6 +940,16 @@ warnings
940940 (Contributed by Serhiy Storchaka in :gh: `135801 `.)
941941
942942
943+ winreg
944+ ------
945+
946+ * Add *options * and *create_only * parameters to :func: `winreg.CreateKeyEx `.
947+ (Contributed by AN Long in :gh: `129903 `.)
948+
949+ * Add *options * parameter to :func: `winreg.OpenKeyEx `.
950+ (Contributed by AN Long in :gh: `129903 `.)
951+
952+
943953xml.parsers.expat
944954-----------------
945955
You can’t perform that action at this time.
0 commit comments