Show
Ignore:
Timestamp:
02/25/06 15:13:09 (6 years ago)
Author:
xi
Message:

Remove y/n from the boolean constants.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/pyyaml3000/lib/yaml/constructor.py

    r58 r59  
    162162 
    163163    bool_values = { 
    164         u'y':       True, 
    165164        u'yes':     True, 
    166         u'n':       False, 
    167165        u'no':      False, 
    168166        u'true':    True,