Skip to content

Commit 55467d2

Browse files
committed
Make left- and center-aligned search consume up to next space
Also, use black
1 parent 7e7618d commit 55467d2

4 files changed

Lines changed: 379 additions & 241 deletions

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
*.pyc
22
*.pyo
33

4+
.vscode/
45
.cache/
56
.idea/
67
.tox/

README.rst

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -379,6 +379,8 @@ the pattern, the actual match represents the shortest successful match for
379379

380380
**Version history (in brief)**:
381381

382+
- 1.17.0 Make left- and center-aligned search consume up to next space
383+
- 1.16.0 Make compiled parse objects pickleable (thanks @martinResearch)
382384
- 1.15.0 Several fixes for parsing non-base 10 numbers (thanks @vladikcomper)
383385
- 1.14.0 More broad acceptance of Fortran number format (thanks @purpleskyfall)
384386
- 1.13.1 Project metadata correction.
@@ -452,5 +454,5 @@ the pattern, the actual match represents the shortest successful match for
452454
and removed the restriction on mixing fixed-position and named fields
453455
- 1.0.0 initial release
454456
455-
This code is copyright 2012-2019 Richard Jones <richard@python.org>
457+
This code is copyright 2012-2020 Richard Jones <richard@python.org>
456458
See the end of the source file for the license of use.

0 commit comments

Comments
 (0)