Skip to content

Commit

Permalink
* Dropped support for Python 2 and remove all references to Python <3…
Browse files Browse the repository at this point in the history
….6, the earliest supported version.

Removed Features.rst, which was just a duplicate of README.rst.
  • Loading branch information
Matthew Barnett committed Jan 18, 2022
1 parent f4ffd9a commit 227163d
Show file tree
Hide file tree
Showing 15 changed files with 6 additions and 65,629 deletions.
3 changes: 0 additions & 3 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
include regex_2/*.c
include regex_2/*.h
include regex_2/*.py
include regex_3/*.c
include regex_3/*.h
include regex_3/*.py
Expand Down
3 changes: 0 additions & 3 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -701,10 +701,7 @@ The order of the items is irrelevant, they are treated as a set. The named lists
.. sourcecode:: python

>>> print(p.named_lists)
# Python 3
{'options': frozenset({'fifth', 'first', 'fourth', 'second', 'third'})}
# Python 2
{'options': frozenset(['fifth', 'fourth', 'second', 'third', 'first'])}

If there are any unused keyword arguments, ``ValueError`` will be raised unless you tell it otherwise:

Expand Down
Loading

0 comments on commit 227163d

Please # to comment.