Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gevent
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
gevent
Commits
8b0432b4
Commit
8b0432b4
authored
Dec 21, 2020
by
Jason Madden
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add change note to docs. [skip ci]
parent
00821040
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
0 deletions
+8
-0
docs/api/gevent.socket.rst
docs/api/gevent.socket.rst
+6
-0
src/gevent/_util.py
src/gevent/_util.py
+2
-0
No files found.
docs/api/gevent.socket.rst
View file @
8b0432b4
...
...
@@ -45,6 +45,12 @@ Python 2 and Python 3, respectively.
The cooperative socket object. See the version documentation for
specifics.
.. versionchanged:: 20.12.0
Socket objects no longer have a ``__dict__`` or accept
arbitrary instance variables. Previously they did, but
standard library sockets never have.
.. toctree::
...
...
src/gevent/_util.py
View file @
8b0432b4
...
...
@@ -311,6 +311,8 @@ def prereleaser_middle(data): # pragma: no cover
new_version_bytes
=
new_version
new_version_bytes
=
new_version
.
encode
(
'ascii'
)
replacement
=
br'.. \1:: %s'
%
(
new_version_bytes
,)
# TODO: This should also look in the docs/ directory at
# *.rst
for
path
,
_
in
modules
.
walk_modules
(
# Start here
basedir
=
os
.
path
.
join
(
data
[
'reporoot'
],
'src'
,
'gevent'
),
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment