Commit 32fb083c authored by Denis Bilenko's avatar Denis Bilenko

fixed typos in changelog

parent 59a6a98b
...@@ -50,7 +50,7 @@ The :mod:`gevent.socket` module: ...@@ -50,7 +50,7 @@ The :mod:`gevent.socket` module:
- The following functions were added to socket module - The following functions were added to socket module
- gethostbyname_ex - gethostbyname_ex
- getnameinfo - getnameinfo
- geyhostbyadd - gethostbyaddr
- getfqdn - getfqdn
- Removed undocumented bind_and_listen and tcp_listener - Removed undocumented bind_and_listen and tcp_listener
...@@ -74,7 +74,7 @@ The mod:`gevent.pool` module: ...@@ -74,7 +74,7 @@ The mod:`gevent.pool` module:
Miscellaneous: Miscellaneous:
- `gevent.sleep(<negative value>)` no longer raises an exception, instead if does `sleep(0)`. - `gevent.sleep(<negative value>)` no longer raises an exception, instead it does `sleep(0)`.
- Added method `clear` to internal `Waiter` class. - Added method `clear` to internal `Waiter` class.
- Removed `wait` method from internal `Waiter` class. - Removed `wait` method from internal `Waiter` class.
- The :class:`WSGIServer` now sets `max_accept` to 1 if `wsgi.multiprocessing` is set to `True`. - The :class:`WSGIServer` now sets `max_accept` to 1 if `wsgi.multiprocessing` is set to `True`.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment