Skip to content

Commit

Permalink
Merge pull request #604 from Unidata/pickle_error
Browse files Browse the repository at this point in the history
raise NotImplementedError when trying to pickle extension objects (issue #602)
  • Loading branch information
jswhit authored Nov 8, 2016
2 parents e47e470 + d4bd409 commit d88be75
Show file tree
Hide file tree
Showing 3 changed files with 15,565 additions and 19,340 deletions.
2 changes: 2 additions & 0 deletions Changelog
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@
caused incorrect rountrip num2date(date2num(date)) roundtrip for dates with year
< 0.
* Make sure negative years work in utime.num2date (issue #596).
* raise NotImplementedError when trying to pickle Dataset, Variable,
CompoundType, VLType, EnumType and MFDataset (issue #602).

version 1.2.4 (tag v1.2.4rel)
==============================
Expand Down
Loading

0 comments on commit d88be75

Please sign in to comment.