Fixed recvLine deprecation warnings.

This commit is contained in:
Dominik Picheta
2013-04-14 01:00:38 +01:00
parent 43499b9f07
commit e3d097c4e9
6 changed files with 72 additions and 80 deletions

View File

@@ -35,6 +35,8 @@ Changes affecting backwards compatibility
-----------------------------------------
- ``shared`` is a keyword now.
- Deprecated ``sockets.recvLine`` and ``asyncio.recvLine``, added
``readLine`` instead.
Compiler Additions