Pyyaml notes: Revision history

From Federal Burro of Information
Jump to navigationJump to search

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

17 January 2017

  • curprev 20:5720:57, 17 January 2017David talk contribs 226 bytes +226 Created page with " pyYaml <pre> #!/usr/bin/env python import yaml with open("repo_list.txt", 'r') as stream: try: data = yaml.load(stream) print yaml.dump(data) exce..."