~inkscape.dev/inkscape-devlibs64/trunk

« back to all changes in this revision

Viewing changes to python/Lib/site-packages/numpy/core/numerictypes.py

  • Committer: Eduard Braun
  • Date: 2016-10-22 16:51:19 UTC
  • Revision ID: eduard.braun2@gmx.de-20161022165119-9eosgy6lp8j1kzli
Update Python to version 2.7.12

Included modules:
  coverage 4.2
  lxml 3.6.4
  numpy 1.11.2
  scour 0.35
  six 1.10.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
822
822
    Examples
823
823
    --------
824
824
    >>> for sctype in [np.int32, np.float, np.complex, np.string_, np.ndarray]:
825
 
    ...     print np.sctype2char(sctype)
 
825
    ...     print(np.sctype2char(sctype))
826
826
    l
827
827
    d
828
828
    D