[py-configparser-devel] Minor bugs

8 Apr
2015
8 Apr
'15
8:59 p.m.
parser.lisp (defun is-whitespace (c) (or (eq c #\Space) (eq c #\Tab) (eq c #\Return))) (defun is-comment-char (c) (or (eq c #\;) (eq c #\#))) eq should be changed into char=, since "Common Lisp makes no guarantee that eq is true even when both its arguments are ``the same thing'' if that thing is a character or number." Best regards, S. Kondratyev.
3740
Age (days ago)
3740
Last active (days ago)
0 comments
1 participants
participants (1)
-
Станислав Кондратьев