Skip to content

Commit

Permalink
Remove dated deprecation notes.
Browse files Browse the repository at this point in the history
  • Loading branch information
gruns committed Feb 21, 2016
1 parent d5bdaa9 commit 3b81fe0
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions README.md
Expand Up @@ -78,10 +78,3 @@ Installing furl with pip is easy.
```
$ pip install furl
```


### Deprecated methods

__f.pathstr__, __f.querystr__, and __f.fragmentstr__ are deprecated in favor of
`str(f.path)`, `str(f.query)`, and `str(f.fragment)`. There should be one, and
preferably only one, obvious way to serialize URL components to strings.

0 comments on commit 3b81fe0

Please sign in to comment.