From d47f7b8d33dc3a5d6d9241733dfdcd88b6e24bbf Mon Sep 17 00:00:00 2001 From: arokosaki Date: Sun, 17 Jun 2018 23:56:06 +0300 Subject: [PATCH] fix records.RecordCollection slicing bug --- .idea/misc.xml | 4 + .idea/modules.xml | 8 + .idea/records.iml | 11 ++ .idea/vcs.xml | 6 + .idea/workspace.xml | 279 +++++++++++++++++++++++++++++ __pycache__/records.cpython-36.pyc | Bin 0 -> 16557 bytes records.py | 2 +- 7 files changed, 309 insertions(+), 1 deletion(-) create mode 100644 .idea/misc.xml create mode 100644 .idea/modules.xml create mode 100644 .idea/records.iml create mode 100644 .idea/vcs.xml create mode 100644 .idea/workspace.xml create mode 100644 __pycache__/records.cpython-36.pyc diff --git a/.idea/misc.xml b/.idea/misc.xml new file mode 100644 index 0000000..5667c69 --- /dev/null +++ b/.idea/misc.xml @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/.idea/modules.xml b/.idea/modules.xml new file mode 100644 index 0000000..fe33ccb --- /dev/null +++ b/.idea/modules.xml @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/.idea/records.iml b/.idea/records.iml new file mode 100644 index 0000000..6711606 --- /dev/null +++ b/.idea/records.iml @@ -0,0 +1,11 @@ + + + + + + + + + + \ No newline at end of file diff --git a/.idea/vcs.xml b/.idea/vcs.xml new file mode 100644 index 0000000..94a25f7 --- /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 0000000..e9dfd7d --- /dev/null +++ b/.idea/workspace.xml @@ -0,0 +1,279 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +