svn+ssh://bugman@.../svn/relax/1.3
........
r9194 | bugman | 2009-07-12 23:55:17 +0200 (Sun, 12 Jul 2009) | 3 lines
Commented out a data type temporarily until someone complains about int32 types.
........
r9195 | bugman | 2009-07-13 00:03:51 +0200 (Mon, 13 Jul 2009) | 5 lines
Created lists of number types (python and numpy).
These are in the prompt.num_types module and are now used by value.set() for argument checking.
........
r9196 | bugman | 2009-07-13 00:05:31 +0200 (Mon, 13 Jul 2009) | 6 lines
Reverted r9194, the temporary commenting out of a data type.
The command used was:
svn merge -r9194:9193 .
........