Kaydet (Commit) 2c860044 authored tarafından Georg Brandl's avatar Georg Brandl

Merged revisions 73447-73448 via svnmerge from

svn+ssh://pythondev@svn.python.org/python/trunk

........
  r73447 | georg.brandl | 2009-06-16 19:41:33 +0200 (Di, 16 Jun 2009) | 1 line

  Add tabularcolumns directive for tables with bullet lists in them.
........
  r73448 | georg.brandl | 2009-06-16 19:43:44 +0200 (Di, 16 Jun 2009) | 1 line

  Remove unused macro.
........
üst fc11f27f
...@@ -157,6 +157,9 @@ Label Options ...@@ -157,6 +157,9 @@ Label Options
The following options are supported by labels, buttons and other button-like The following options are supported by labels, buttons and other button-like
widgets. widgets.
.. tabularcolumns:: |p{0.2\textwidth}|p{0.7\textwidth}|
..
+--------------+-----------------------------------------------------------+ +--------------+-----------------------------------------------------------+
| option | description | | option | description |
+==============+===========================================================+ +==============+===========================================================+
...@@ -697,6 +700,9 @@ Options ...@@ -697,6 +700,9 @@ Options
This widget accepts the following specific options: This widget accepts the following specific options:
.. tabularcolumns:: |p{0.2\textwidth}|p{0.7\textwidth}|
..
+----------------+--------------------------------------------------------+ +----------------+--------------------------------------------------------+
| option | description | | option | description |
+================+========================================================+ +================+========================================================+
......
...@@ -9,7 +9,6 @@ ...@@ -9,7 +9,6 @@
#include "structmember.h" #include "structmember.h"
#include "osdefs.h" #include "osdefs.h"
#define MAKE_IT_NONE(x) (x) = Py_None; Py_INCREF(Py_None);
/* NOTE: If the exception class hierarchy changes, don't forget to update /* NOTE: If the exception class hierarchy changes, don't forget to update
* Lib/test/exception_hierarchy.txt * Lib/test/exception_hierarchy.txt
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment