Skip to content

Commit c9083bf

Browse files
committed
remove merge markers
1 parent 97bd4b0 commit c9083bf

1 file changed

Lines changed: 0 additions & 27 deletions

File tree

Misc/NEWS

Lines changed: 0 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,6 @@ Core and Builtins
101101
Library
102102
-------
103103

104-
<<<<<<< local
105104
- Issue #16914: new debuglevel 2 in smtplib adds timestamps to debug output.
106105

107106
- Issue #7159: urllib.request now supports sending auth credentials
@@ -126,32 +125,6 @@ Library
126125
- Issue #21217: inspect.getsourcelines() now tries to compute the start and end
127126
lines from the code object, fixing an issue when a lambda function is used as
128127
decorator argument. Patch by Thomas Ballinger and Allison Kaptur.
129-
=======
130-
- Asyncio issue 222 / PR 231 (Victor Stinner) -- fix @coroutine
131-
functions without __name__.
132-
133-
- Issue #9246: On POSIX, os.getcwd() now supports paths longer than 1025 bytes.
134-
Patch written by William Orr.
135-
136-
- Issues #24099, #24100, and #24101: Fix free-after-use bug in heapq's siftup
137-
and siftdown functions.
138-
139-
- Backport collections.deque fixes from Python 3.5. Prevents reentrant badness
140-
during deletion by deferring the decref until the container has been restored
141-
to a consistent state.
142-
143-
- Issue #23008: Fixed resolving attributes with boolean value is False in pydoc.
144-
145-
- Fix asyncio issue 235: LifoQueue and PriorityQueue's put didn't
146-
increment unfinished tasks (this bug was introduced in 3.4.3 when
147-
JoinableQueue was merged with Queue).
148-
149-
- Issue #23908: os functions now reject paths with embedded null character
150-
on Windows instead of silently truncate them.
151-
152-
- Issue #23728: binascii.crc_hqx() could return an integer outside of the range
153-
0-0xffff for empty data.
154-
>>>>>>> other
155128

156129
- Issue #23811: Add missing newline to the PyCompileError error message.
157130
Patch by Alex Shkop.

0 commit comments

Comments
 (0)