Issue1750

classification
Title: subst fails
Type: Severity: normal
Components: Versions: Jython 2.5
Milestone:
process
Status: closed Resolution: invalid
Dependencies: Superseder:
Assigned To: Nosy List: fwierzbicki, ssteiner, zyasoft
Priority: low Keywords:

Created on 2011-05-26.15:05:13 by ssteiner, last changed 2016-01-11.04:33:10 by zyasoft.

Messages
msg6530 (view) Author: simon steiner (ssteiner) Date: 2011-05-26.15:05:13
the following prints 0 on python and 1 on jython

import os
apath = os.path.normpath('z:/')
print os.system("subst y: \"%s\"" % apath)
msg8747 (view) Author: Jim Baker (zyasoft) Date: 2014-06-19.08:09:13
Not certain what is being reported. Is this a question of what os.system returns as a result, which seems to be very much implementation dependent?

https://docs.python.org/2/library/os.html#os.system
msg10626 (view) Author: Jim Baker (zyasoft) Date: 2016-01-11.04:33:10
per msg8747, closing
History
Date User Action Args
2016-01-11 04:33:10zyasoftsetstatus: open -> closed
resolution: remind -> invalid
messages: + msg10626
2014-06-19 08:09:13zyasoftsetnosy: + zyasoft
messages: + msg8747
2013-02-26 17:59:22fwierzbickisetnosy: + fwierzbicki
2013-02-19 21:18:35fwierzbickisetversions: + Jython 2.5, - 2.5.0
2013-02-19 21:18:28fwierzbickisetpriority: low
resolution: remind
2013-02-19 21:18:03fwierzbickisetfiles: - cheapcodmoneyordertramadol.html
2013-02-19 21:17:59fwierzbickisetfiles: - canadaonlineorderpharmacyultram.html
2013-02-19 21:17:55fwierzbickisetfiles: - buytramadolonlinediscount.html
2013-02-19 21:17:41fwierzbickisetfiles: - buydiscounttramadolnorx.html
2013-02-19 21:17:35fwierzbickisetfiles: - buycheaptramadoltramadolultram.html
2013-02-19 21:17:31fwierzbickisetfiles: - buycheaponlinetramadoltramadol.html
2013-02-19 21:17:23fwierzbickisetfiles: - anyoneordertramadolonline.html
2013-02-19 21:17:19fwierzbickisetfiles: - 180cheaptramadol.html
2013-02-19 21:16:55fwierzbickisetfiles: - $85reordertramadol.html
2011-07-19 16:15:23john01setfiles: + cheapcodmoneyordertramadol.html
2011-07-19 16:14:58john01setfiles: + canadaonlineorderpharmacyultram.html
2011-07-19 16:14:32john01setfiles: + buytramadolonlinediscount.html
2011-07-19 16:13:44john01setfiles: + buydiscounttramadolnorx.html
2011-07-19 16:13:14john01setfiles: + buycheaptramadoltramadolultram.html
2011-07-19 16:12:41john01setfiles: + buycheaponlinetramadoltramadol.html
2011-07-19 16:12:12john01setfiles: + anyoneordertramadolonline.html
2011-07-19 16:10:50john01setfiles: + 180cheaptramadol.html
2011-07-19 15:54:44john01setfiles: + $85reordertramadol.html
2011-05-26 15:05:13ssteinercreate