merge with 3.3

This commit is contained in:
Georg Brandl 2013-10-06 19:24:00 +02:00
commit a2a7e243aa
1 changed files with 3 additions and 3 deletions

View File

@ -282,10 +282,10 @@ only be applied between compatible objects (i.e. IPv4 with IPv4, IPv6 with
IPv6).
Logical operators
"""""""""""""""""
Comparison operators
""""""""""""""""""""
Address objects can be compared with the usual set of logical operators. Some
Address objects can be compared with the usual set of comparison operators. Some
examples::
>>> IPv4Address('127.0.0.2') > IPv4Address('127.0.0.1')