Skip to content

Commit 9471b0a

Browse files
author
Kenneth Reitz
committed
let's do this
1 parent 470af42 commit 9471b0a

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

HISTORY.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,16 @@ History
22
-------
33

44

5-
0.6.0 (2011-09-??)
5+
0.6.0 (2011-08-17)
66
++++++++++++++++++
77

88
* New callback hook system
99
* New persistient sessions object and context manager
1010
* Transparent Dict-cookie handling
11-
* status code reference object
11+
* Status code reference object
1212
* Removed Response.cached
1313
* Added Response.request
14-
* all args are kwargs
14+
* All args are kwargs
1515
* Relative redirect support
1616
* HTTPError handling improvements
1717
* Improved https testing

README.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@ Requests is an ISC Licensed HTTP library, written in Python, for human
55
beings.
66

77
Most existing Python modules for sending HTTP requests are extremely
8-
verbose and cumbersome. Pythons builtin urllib2 module provides most of
8+
verbose and cumbersome. Python's builtin urllib2 module provides most of
99
the HTTP capabilities you should need, but the api is thoroughly broken.
1010
It requires an enormous amount of work (even method overrides) to
1111
perform the simplest of tasks.
1212

13-
Things shouldnt be this way. Not in Python.
13+
Things shouldn't be this way. Not in Python.
1414

1515
::
1616

@@ -27,7 +27,7 @@ See `the same code, without Requests <https://gist.github.com/973705>`_.
2727
Requests allow you to send **HEAD**, **GET**, **POST**, **PUT**,
2828
**PATCH**, and **DELETE** HTTP requests. You can add headers, form data,
2929
multipart files, and parameters with simple Python dictionaries, and access the
30-
response data in the same way. It's powered by :py:class:`urllib2`, but it does
30+
response data in the same way. It's powered by urllib2, but it does
3131
all the hard work and crazy hacks for you.
3232

3333

0 commit comments

Comments
 (0)