Custom Query (121 matches)
Results (1 - 3 of 121)
| Ticket | Resolution | Summary | Owner | Reporter |
|---|---|---|---|---|
| #26 | fixed | yaml.load("a: n") raises exception (problem with bool) | xi | zbynek.winkler@… |
| Description |
r59 claims to "Remove y/n from the boolean constants." However 'n|N' is not removed from the corresponding regexp. BTW: why was it removed? Looking at http://yaml.org/type/bool.html one would expect it to be there. |
|||
| #28 | worksforme | Incorrect handling of strings with trailing spaces | xi | yang |
| Description |
The following fails because the trailing space is dropped. I don't know if this is incorrect dumping (should've quoted), loading (should not have ignored the space), or even both. s = 'abc ' assert syck.load( syck.dump(s) ) == s |
|||
| #132 | worksforme | PySyck does not dump dictionaries | xi | xl269@… |
| Description |
infinity0@xl269:~$ uname -a Linux xl269 2.6.30-1-amd64 #1 SMP Sun Jun 14 15:00:29 UTC 2009 x86_64 GNU/Linux infinity0@xl269:~$ python --version Python 2.5.4 infinity0@xl269:~$ python Python 2.5.4 (r254:67916, Feb 18 2009, 03:00:47) [GCC 4.3.3] on linux2 Type "help", "copyright", "credits" or "license" for more information.
'--- {}\n\n'
{1: 2}
'{1: 2}\n'
{1: 2} |
|||
