[3.6] Fix spaces added after hyphens in news entries. (GH-7579) (GH-7… · pythoncapi/cpython@fe03583 · GitHub
Skip to content

Commit fe03583

Browse files
serhiy-storchakaned-deily
authored andcommitted
[3.6] Fix spaces added after hyphens in news entries. (pythonGH-7579) (pythonGH-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

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

0 commit comments

Comments
 (0)