Changes between Initial Version and Version 1 of Ticket #12719, comment 189
- Timestamp:
- 11/13/12 08:18:14 (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #12719, comment 189
initial v1 1 In `SageInteractiveShell.system_raw`, does `libraries` refer to a global or is that variable simply unused? Since `false` isn't guaranteed to return exit status 1 (on Solaris, it returns 255 ), the doctest must be changed to something more portable. I also don't see this function discussed on #975.1 In `SageInteractiveShell.system_raw`, does `libraries` refer to a global or is that variable simply unused? Since `false` isn't guaranteed to return exit status 1 (on Solaris, it returns 255, POSIX specifies it must be non-zero), the doctest must be changed to something more portable. I also don't see this function discussed on #975. 2 2 3 3 So, I suggest the following patch: