Skip to content

Commit

Permalink
documentation updates for issue #108
Browse files Browse the repository at this point in the history
  • Loading branch information
benjaminp committed Mar 20, 2015
1 parent b56b698 commit a171108
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ This file lists the changes in each six version.
Development version
-------------------

- Pull request #60 and issue #108: Add `six.moves.getcwd` and
`six.moves.getcwdu`.

- Pull request #64: Add `create_unbound_method` to create unbound methods.

1.9.0
Expand Down
4 changes: 4 additions & 0 deletions documentation/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -577,6 +577,10 @@ Supported renames:
+------------------------------+-------------------------------------+-------------------------------------+
| ``filterfalse`` | :func:`py2:itertools.ifilterfalse` | :func:`py3:itertools.filterfalse` |
+------------------------------+-------------------------------------+-------------------------------------+
| ``getcwd`` | :func:`py2:os.getcwdu` | :func:`py3:os.getcwd` |
+------------------------------+-------------------------------------+-------------------------------------+
| ``getcwdb`` | :func:`py2:os.getcwd` | :func:`py3:os.getcwdb` |
+------------------------------+-------------------------------------+-------------------------------------+
| ``http_cookiejar`` | :mod:`py2:cookielib` | :mod:`py3:http.cookiejar` |
+------------------------------+-------------------------------------+-------------------------------------+
| ``http_cookies`` | :mod:`py2:Cookie` | :mod:`py3:http.cookies` |
Expand Down

0 comments on commit a171108

Please sign in to comment.