[CalendarServer-dev] [Calendar and Contacts Server] #432: Python2.7 ism in bootstrapdatabase.py
Calendar and Contacts Server
trac at macosforge.org
Wed Apr 6 09:01:03 PDT 2011
#432: Python2.7 ism in bootstrapdatabase.py
-------------------------------+--------------------------------------------
Reporter: roland@… | Owner: wsanchez@…
Type: Defect | Status: new
Priority: 5: Not set | Milestone: CalendarServer-3.0
Component: Calendar Server | Severity: Crash/data loss
Keywords: | Radar:
-------------------------------+--------------------------------------------
bootstrapdatabase.py uses subprocess.check_output which is new in
python2.7.
It is possible to use subprocess.check_call. Only the output isn't
preserved.
--
Ticket URL: <http://trac.calendarserver.org/ticket/432>
Calendar and Contacts Server </>
HTTP/WebDAV/CalDAV Server
More information about the calendarserver-dev
mailing list