Ticket #424 (closed defect: fixed)

Opened 21 months ago

Last modified 18 months ago

docstring for paste.script.serve.ServeCommand is wrong.

Reported by: flox Owned by: ianb
Priority: normal Milestone: 1.3
Component: script Version: released-version
Severity: normal Keywords:
Cc:

Description

The docstring for paste.script.serve.ServeCommand says:

If start/stop/restart is given, then --daemon is implied

But it is the case only for stop, not for start and restart.

~ $ bin/paster serve parts/etc/debug.ini start
2010-06-01 13:50:08,059 INFO [doo] Application started
Starting server in PID 32020.
serving on http://127.0.0.1:2011
^C

Change History

Changed 18 months ago by ianb

  • status changed from new to closed
  • resolution set to fixed

Should be fixed in 422:a115d4268df0

Note: See TracTickets for help on using tickets.