Skip to content

Commit

Permalink
Make left- and center-aligned search consume up to next space
Browse files Browse the repository at this point in the history
Also, use black
  • Loading branch information
r1chardj0n3s committed Aug 29, 2020
1 parent 7e7618d commit 55467d2
Show file tree
Hide file tree
Showing 4 changed files with 379 additions and 241 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
*.pyc
*.pyo

.vscode/
.cache/
.idea/
.tox/
Expand Down
4 changes: 3 additions & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -379,6 +379,8 @@ the pattern, the actual match represents the shortest successful match for

**Version history (in brief)**:

- 1.17.0 Make left- and center-aligned search consume up to next space
- 1.16.0 Make compiled parse objects pickleable (thanks @martinResearch)
- 1.15.0 Several fixes for parsing non-base 10 numbers (thanks @vladikcomper)
- 1.14.0 More broad acceptance of Fortran number format (thanks @purpleskyfall)
- 1.13.1 Project metadata correction.
Expand Down Expand Up @@ -452,5 +454,5 @@ the pattern, the actual match represents the shortest successful match for
and removed the restriction on mixing fixed-position and named fields
- 1.0.0 initial release
This code is copyright 2012-2019 Richard Jones <[email protected]>
This code is copyright 2012-2020 Richard Jones <[email protected]>
See the end of the source file for the license of use.
Loading

0 comments on commit 55467d2

Please sign in to comment.