Skip to content

Commit

Permalink
Rebase fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
cdgriffith committed Dec 18, 2019
1 parent d96d220 commit 13daf0f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 46 deletions.
35 changes: 0 additions & 35 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -54,41 +54,6 @@ Version 3.4.1
* Fixing copy of inherited classes (thanks to pwwang)
* Fixing `get` when used with default_box

Version 3.4.6
~~~~~~~~~~~~~

* Fixing allowing frozen boxes to be deep copyable (thanks to jandelgado)

Version 3.4.5
~~~~~~~~~~~~~

* Fixing update does not convert new sub dictionaries or lists (thanks to Michael Stella)
* Changing update to work as it used to with sub merging until major release

Version 3.4.4
~~~~~~~~~~~~~

* Fixing pop not properly resetting box_heritage (thanks to Jeremiah Lowin)

Version 3.4.3
~~~~~~~~~~~~~

* Fixing propagation of box options when adding a new list via setdefault (thanks to Stretch)
* Fixing update does not keep box_intact_types (thanks to pwwang)
* Fixing update to operate the same way as a normal dictionary (thanks to Craig Quiter)
* Fixing deepcopy not copying box options (thanks to Nikolay Stanishev)

Version 3.4.2
~~~~~~~~~~~~~

* Adding license, changes and authors files to source distribution

Version 3.4.1
~~~~~~~~~~~~~

* Fixing copy of inherited classes (thanks to pwwang)
* Fixing `get` when used with default_box

Version 3.4.0
~~~~~~~~~~~~~

Expand Down
11 changes: 0 additions & 11 deletions test/common.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,19 +15,8 @@
PY3 = sys.version_info >= (3, 0)

test_root = os.path.abspath(os.path.dirname(__file__))
data_dir = os.path.join(test_root, "data")
tmp_dir = os.path.join(test_root, "tmp")

try:
os.makedirs(data_dir)
except OSError:
pass

try:
os.makedirs(tmp_dir)
except OSError:
pass


test_dict = {'key1': 'value1',
'not$allowed': 'fine_value',
Expand Down

0 comments on commit 13daf0f

Please sign in to comment.