Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -876,7 +876,7 @@ None is interpreted as missing.
>>> w.record(False)
>>> w.record(0)
>>> w.record(None)
>>> w.record("Nonesense")
>>> w.record("Nonsense")
>>> w.close()

>>> r = shapefile.Reader('shapefiles/test/dtype')
Expand Down
2 changes: 1 addition & 1 deletion changelog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ VERSION 1.2.5
* Merge README text into markdown file. Remove text version.
* Fixed parsing of number of points for some shapes (MULTIPOINTM, MULTIPOINTZ)

VERSON 1.2.3
VERSION 1.2.3

2015-06-21 Joel Lawhead <jlawhead@geospatialpython.com>
*shapefile.py (u) Bugfix for Python3 with Reader.iterShapeRecords()
Expand Down
Loading