~josef-pktd/scipy/scipytrunkcopy

Viewing all changes in revision 5042.

  • Committer: cdavid
  • Date: 2009-06-01 11:05:49 UTC
  • Revision ID: svn-v4:d6536bca-fef9-0310-8506-e4c0a848fbcf:trunk:5794
Change mode from 'wa' to 'w' for array_import.

Mode 'wa' is not recognized on at least windows (python 2.6 and later),
and the mode 'wa' does not do what one might expect, that is it looks
like successful open(filename, 'wa') is equivalent to open(filename,
'w') on linux at least.

expand all expand all

Show diffs side-by-side

added added

removed removed

Lines of Context: