repo.or.cz
/
pyyaml
/
python3.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
The 'N' plain scalar was still recognized as ``!!bool``. Fix it (close #26).
[pyyaml/python3.git]
/
tests
/
data
/
construct-bool.code
blob
3d02580a6348c9f2887e6b036fc822a2f2bc4a05
1
{
2
"canonical": True,
3
"answer": False,
4
"logical": True,
5
"option": True,
6
"but": { "y": "is a string", "n": "is a string" },
7
}