From b59678fcd8ee1dd247390f09dd14fdf1d56f1643 Mon Sep 17 00:00:00 2001 From: psanchez Date: Tue, 28 Mar 2017 09:41:10 -0500 Subject: [PATCH] Resolves #57, update readme issues link --- .idea/encodings.xml | 6 ++ .idea/misc.xml | 55 ++++++++++++ .idea/modules.xml | 8 ++ .idea/pyyaml.iml | 9 ++ .idea/vcs.xml | 6 ++ .idea/workspace.xml | 213 ++++++++++++++++++++++++++++++++++++++++++++ README | 3 +- 7 files changed, 298 insertions(+), 2 deletions(-) create mode 100644 .idea/encodings.xml create mode 100644 .idea/misc.xml create mode 100644 .idea/modules.xml create mode 100644 .idea/pyyaml.iml create mode 100644 .idea/vcs.xml create mode 100644 .idea/workspace.xml diff --git a/.idea/encodings.xml b/.idea/encodings.xml new file mode 100644 index 00000000..97626ba4 --- /dev/null +++ b/.idea/encodings.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/.idea/misc.xml b/.idea/misc.xml new file mode 100644 index 00000000..681fa161 --- /dev/null +++ b/.idea/misc.xml @@ -0,0 +1,55 @@ + + + + + + + + + + + + + + + + + + + + + + + + 1.6 + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/.idea/modules.xml b/.idea/modules.xml new file mode 100644 index 00000000..0c64d07d --- /dev/null +++ b/.idea/modules.xml @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/.idea/pyyaml.iml b/.idea/pyyaml.iml new file mode 100644 index 00000000..ad3c0a36 --- /dev/null +++ b/.idea/pyyaml.iml @@ -0,0 +1,9 @@ + + + + + + + + + \ No newline at end of file diff --git a/.idea/vcs.xml b/.idea/vcs.xml new file mode 100644 index 00000000..35eb1ddf --- /dev/null +++ b/.idea/vcs.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/.idea/workspace.xml b/.idea/workspace.xml new file mode 100644 index 00000000..502e513d --- /dev/null +++ b/.idea/workspace.xml @@ -0,0 +1,213 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + true + DEFINITION_ORDER + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 1490711790052 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/README b/README index d186328e..f09ff791 100644 --- a/README +++ b/README @@ -28,8 +28,7 @@ Post your questions and opinions to the YAML-Core mailing list: 'http://lists.sourceforge.net/lists/listinfo/yaml-core'. Submit bug reports and feature requests to the PyYAML bug tracker: -'https://bitbucket.org/xi/pyyaml/issues/new'. +'https://github.com/yaml/pyyaml/issues'. PyYAML is written by Kirill Simonov . It is released under the MIT license. See the file LICENSE for more details. -