[SciPy-Dev] removing netcdf_variable from netcdf.__all__

Ralf Gommers ralf.gommers at googlemail.com
Tue Aug 30 12:48:20 EDT 2011


Hi,

Question for users of scipy.io.netcdf: did you ever use netcdf_variable
directly, or only via netcdf_file.createVariable? The documentation says
that the latter is the only intended use, which means that this class
shouldn't be in __all__. https://github.com/scipy/scipy/pull/67 removes it
(and changes its __init__ in a non-backwards compatible way) - the patch
looks correct but I want to double check that no one is using this class.

Thanks,
Ralf
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/scipy-dev/attachments/20110830/9e59a89f/attachment.html>


More information about the SciPy-Dev mailing list