Skip to content

Commit fe03583

Browse files
serhiy-storchakaned-deily
authored andcommitted
[3.6] Fix spaces added after hyphens in news entries. (GH-7579) (GH-7584)
Seems they were added by double applying blurb. (cherry picked from commit 98a0e46)
1 parent 8ecd7f6 commit fe03583

5 files changed

Lines changed: 7 additions & 7 deletions

File tree

Misc/NEWS.d/3.5.3rc1.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2131,7 +2131,7 @@ CPP invocation in configure must use CPPFLAGS. Patch by Chi Hsuan Yen.
21312131
.. section: Build
21322132
21332133
The configure script now inserts comments into the makefile to prevent the
2134-
pgen and _freeze_importlib executables from being cross- compiled.
2134+
pgen and _freeze_importlib executables from being cross-compiled.
21352135

21362136
..
21372137

Misc/NEWS.d/3.6.0a4.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -662,7 +662,7 @@ CPP invocation in configure must use CPPFLAGS. Patch by Chi Hsuan Yen.
662662
.. section: Build
663663
664664
The configure script now inserts comments into the makefile to prevent the
665-
pgen and _freeze_importlib executables from being cross- compiled.
665+
pgen and _freeze_importlib executables from being cross-compiled.
666666

667667
..
668668

Misc/NEWS.d/3.6.0b1.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1127,7 +1127,7 @@ Chunked transfer encoding support added to http.client.HTTPConnection
11271127
requests. The urllib.request.AbstractHTTPHandler class does not enforce a
11281128
Content-Length header any more. If a HTTP request has a file or iterable
11291129
body, but no Content-Length header, the library now falls back to use
1130-
chunked transfer- encoding.
1130+
chunked transfer-encoding.
11311131

11321132
..
11331133

Misc/NEWS.d/3.6.3rc1.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -876,14 +876,14 @@ for maintenance. Hence the conversion.
876876
The main difference for users is that user configurable key bindings for
877877
builtin features are now handled uniformly. Now, editing a binding in a
878878
keyset only affects its value in the keyset. All bindings are defined
879-
together in the system-specific default keysets in config- extensions.def.
880-
All custom keysets are saved as a whole in config- extension.cfg. All take
879+
together in the system-specific default keysets in config-extensions.def.
880+
All custom keysets are saved as a whole in config-extension.cfg. All take
881881
effect as soon as one clicks Apply or Ok.
882882

883883
The affected events are '<<force-open-completions>>', '<<expand-word>>',
884884
'<<force-open-calltip>>', '<<flash-paren>>', '<<format-paragraph>>',
885885
'<<run-module>>', '<<check-module>>', and '<<zoom-height>>'. Any (global)
886-
customizations made before 3.6.3 will not affect their keyset- specific
886+
customizations made before 3.6.3 will not affect their keyset-specific
887887
customization after 3.6.3. and vice versa.
888888

889889
Inital patch by Charles Wohlganger.

Misc/NEWS.d/3.6.4rc1.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1068,7 +1068,7 @@ Remove test order dependence in idle_test.test_browser.
10681068
Rename IDLE's module browser from Class Browser to Module Browser. The
10691069
original module-level class and method browser became a module browser, with
10701070
the addition of module-level functions, years ago. Nested classes and
1071-
functions were added yesterday. For back- compatibility, the virtual event
1071+
functions were added yesterday. For back-compatibility, the virtual event
10721072
<<open-class-browser>>, which appears on the Keys tab of the Settings
10731073
dialog, is not changed. Patch by Cheryl Sabella.
10741074

0 commit comments

Comments
 (0)