Comment #4 on issue 2478 by asmeurer: line endings
http://code.google.com/p/sympy/issues/detail?id=2478
Here's the first two lines of a hex dump of assumptions.py
0000000: 6672 6f6d 2066 6163 7473 2069 6d70 6f72 from facts impor
0000010: 7420 4661 6374 5275 6c65 730a 0a0a 636c t FactRules...cl
0a is a line feed (\n; see the table at
http://en.wikipedia.org/wiki/Ascii#ASCII_control_characters). The hex
value 0d (carriage return) does not appear anywhere in the dump.
--
You received this message because you are subscribed to the Google Groups
"sympy-issues" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/sympy-issues?hl=en.