Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
P
persistent
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
persistent
Commits
9fbc1e8b
Commit
9fbc1e8b
authored
Mar 17, 2014
by
Tres Seaver
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Note explicit support for Python 3.4.
parent
88e6fedc
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
1 deletion
+4
-1
CHANGES.rst
CHANGES.rst
+2
-0
setup.py
setup.py
+1
-0
tox.ini
tox.ini
+1
-1
No files found.
CHANGES.rst
View file @
9fbc1e8b
...
@@ -4,6 +4,8 @@
...
@@ -4,6 +4,8 @@
4.0.8 (Unreleased)
4.0.8 (Unreleased)
------------------
------------------
- Added support for Python 3.4.
- In pure-Python ``Persistent``, avoid loading state in ``_p_activate``
- In pure-Python ``Persistent``, avoid loading state in ``_p_activate``
for non-ghost objects (which could corrupt their state). (PR #9)
for non-ghost objects (which could corrupt their state). (PR #9)
...
...
setup.py
View file @
9fbc1e8b
...
@@ -79,6 +79,7 @@ setup(name='persistent',
...
@@ -79,6 +79,7 @@ setup(name='persistent',
'Programming Language :: Python :: 3'
,
'Programming Language :: Python :: 3'
,
'Programming Language :: Python :: 3.2'
,
'Programming Language :: Python :: 3.2'
,
'Programming Language :: Python :: 3.3'
,
'Programming Language :: Python :: 3.3'
,
'Programming Language :: Python :: 3.4'
,
"Programming Language :: Python :: Implementation :: CPython"
,
"Programming Language :: Python :: Implementation :: CPython"
,
"Programming Language :: Python :: Implementation :: PyPy"
,
"Programming Language :: Python :: Implementation :: PyPy"
,
"Framework :: ZODB"
,
"Framework :: ZODB"
,
...
...
tox.ini
View file @
9fbc1e8b
...
@@ -3,7 +3,7 @@ envlist =
...
@@ -3,7 +3,7 @@ envlist =
# Jython support pending 2.7 support, due 2012-07-15 or so. See:
# Jython support pending 2.7 support, due 2012-07-15 or so. See:
# http://fwierzbicki.blogspot.com/2012/03/adconion-to-fund-jython-27.html
# http://fwierzbicki.blogspot.com/2012/03/adconion-to-fund-jython-27.html
# py26,py27,py32,jython,pypy,coverage,docs
# py26,py27,py32,jython,pypy,coverage,docs
py26,py27,py27-pure,pypy,py32,py33,coverage,docs
py26,py27,py27-pure,pypy,py32,py33,
py34,
coverage,docs
[testenv]
[testenv]
deps
=
deps
=
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment