projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cf7bf76
)
PreservedLibsRegistry: enable JSON write support
author
Zac Medico
<zmedico@gentoo.org>
Wed, 21 Mar 2012 21:24:15 +0000
(14:24 -0700)
committer
Zac Medico
<zmedico@gentoo.org>
Wed, 21 Mar 2012 21:24:15 +0000
(14:24 -0700)
JSON read support has been available since portage-2.2.0_alpha89.
pym/portage/util/_dyn_libs/PreservedLibsRegistry.py
patch
|
blob
|
history
diff --git
a/pym/portage/util/_dyn_libs/PreservedLibsRegistry.py
b/pym/portage/util/_dyn_libs/PreservedLibsRegistry.py
index 7d4708bbee2c95851b5969d8bb6ab05a06a16371..d774f80678eeeabae1de8f6014f46c15e438926f 100644
(file)
--- a/
pym/portage/util/_dyn_libs/PreservedLibsRegistry.py
+++ b/
pym/portage/util/_dyn_libs/PreservedLibsRegistry.py
@@
-30,8
+30,8
@@
if sys.hexversion >= 0x3000000:
class PreservedLibsRegistry(object):
""" This class handles the tracking of preserved library objects """
- #
Enable this after JSON read has been supported for some time
.
- _json_write =
Fals
e
+ #
JSON read support has been available since portage-2.2.0_alpha89
.
+ _json_write =
Tru
e
_json_write_opts = {
"ensure_ascii": False,