Closed GoogleCodeExporter closed 9 years ago
In the second sentence of my bug report, "latter" should say "former".
Original comment by NikitaTh...@gmail.com
on 28 Jan 2010 at 5:36
At some point pydicom transitioned to using a DicomFileLike object, and passing
a true
file or StringIO to read_file() no longer worked (a bug, as pointed out here).
However,
the very recent repository pushes have fundamentally reworked that process
again,
going back to simple files (for reading, not writing yet), and include code
very similar
to this patch. So I believe this bug has been fixed. I've written some unit
tests to be
sure, and expect to push them to the repository soon.
-Darcy
Original comment by darcymason@gmail.com
on 30 Jan 2010 at 5:44
This issue was closed by revision aec1410aad.
Original comment by darcymason@gmail.com
on 30 Jan 2010 at 9:42
Original issue reported on code.google.com by
NikitaTh...@gmail.com
on 27 Jan 2010 at 10:44Attachments: