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

Skip to content

Commit 98a0e46

Browse files
Fix spaces added after hyphens in news entries. (GH-7579)
Seems they were added by double applying blurb.
1 parent d689f97 commit 98a0e46

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.7.0a1.rst

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

57765776
The affected events are '<<force-open-completions>>', '<<expand-word>>',
57775777
'<<force-open-calltip>>', '<<flash-paren>>', '<<format-paragraph>>',
57785778
'<<run-module>>', '<<check-module>>', and '<<zoom-height>>'. Any (global)
5779-
customizations made before 3.6.3 will not affect their keyset- specific
5779+
customizations made before 3.6.3 will not affect their keyset-specific
57805780
customization after 3.6.3. and vice versa.
57815781

57825782
Initial patch by Charles Wohlganger.

Misc/NEWS.d/3.7.0a2.rst

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

0 commit comments

Comments
 (0)