Skip to content

0.12.0

Compare
Choose a tag to compare
@kevinsteves kevinsteves released this 28 May 15:58
· 86 commits to master since this release
  • Add documentation for panafapi.py.

  • Documentation fixes.

  • panxapi.py: For json.dumps() use separators=(',', ': ') so -j output
    is the same with py2 and py3 (this is the default when indent is not
    None starting in 3.4).

  • panxapi.py: Allow -t '' which is the same as no tag but can also be
    used to create tag-less entries for a .panrc.

  • pan.config: Quote set argument with single quotes if it contains a
    double quote.