New submission from Rosa Maria:

I make an xml extractor for mexican internet invoices; the extraction is 
correct, but when save to csv, some numbers has additional numbers that does 
not exist, for example 5010.000000 is saved as 5010.0000002. As you can see in 
the print function at line 155.

The problem is in Python 3.4.2 in machines with windows xp, windows 7 and 
windows 8
It is an small error, but this data is used for Accounting.

Thanks in advance and best regards.
Rosa Maria

----------
components: IO
files: Python_Send.7z
messages: 233190
nosy: Gravitania
priority: normal
severity: normal
status: open
title: saving to file add inexistance characters
type: behavior
versions: Python 3.4
Added file: http://bugs.python.org/file37559/Python_Send.7z

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue23131>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to