diff options
| author | Karl O. Pinc <kop@meme.com> | 2013-10-07 22:20:26 -0500 |
|---|---|---|
| committer | Karl O. Pinc <kop@meme.com> | 2013-10-07 22:20:26 -0500 |
| commit | 8e1e6914945a5a3d05f49f0e32b7152182b23767 (patch) | |
| tree | c916f33876b0603fcab041a4f42daef6b8c3445b /docs | |
| parent | a274ed67afab341fe54c0a57328e0e810a7c90dc (diff) | |
| download | pyramid-8e1e6914945a5a3d05f49f0e32b7152182b23767.tar.gz pyramid-8e1e6914945a5a3d05f49f0e32b7152182b23767.tar.bz2 pyramid-8e1e6914945a5a3d05f49f0e32b7152182b23767.zip | |
Docs: introduction.rst: Note that printf() works.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/narr/introduction.rst | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/narr/introduction.rst b/docs/narr/introduction.rst index 9ec26f276..b60934ebb 100644 --- a/docs/narr/introduction.rst +++ b/docs/narr/introduction.rst @@ -182,7 +182,8 @@ Fully Interactive Development When developing a Pyramid application a variety of interactive features are available. Pyramid can automatically utilize changed templates when rendering pages and automatically restart the -application to incorporate changed python code. +application to incorporate changed python code. Plain old ``printf()`` +calls used for debugging can display to a console. Pyramid's debug toolbar comes activated when you use a Pyramid scaffold to render a project. This toolbar overlays your application in the browser, and |
