Opened 4 years ago

Closed 4 years ago

#12992 closed enhancement (fixed)

PyYAML-5.3 (Python Module)

Reported by: Bruce Dubbs Owned by: Bruce Dubbs
Priority: normal Milestone: 9.1
Component: BOOK Version: SVN
Severity: normal Keywords:
Cc:

Description

New minor version.

Change History (3)

comment:1 by Bruce Dubbs, 4 years ago

Owner: changed from blfs-book to Bruce Dubbs
Status: newassigned

comment:2 by Bruce Dubbs, 4 years ago

5.3 (2020-01-06)

  • Use is instead of equality for comparing with None
  • fix typos and stylistic nit
  • Fix up small typo
  • Fix handling of slots
  • Allow calling add_multi_constructor with None
  • Add use of safe_load() function in README
  • Fix reader for Unicode code points over 0xFFFF
  • Enable certain unicode tests when maxunicode not > 0xffff
  • Use full_load in yaml-highlight example
  • Document that PyYAML is implemented with Cython
  • Fix for Python 3.10
  • increase size of index, line, and column fields
  • remove some unused imports
  • Create timezone-aware datetimes when parsed as such
  • Add tests for timezone

comment:3 by Bruce Dubbs, 4 years ago

Resolution: fixed
Status: assignedclosed

Fixed at revision 22553.

Note: See TracTickets for help on using tickets.