Update suspicious exceptions.

This commit is contained in:
Georg Brandl 2010-12-04 19:06:14 +00:00
parent b0592a6dcf
commit bccb8be262
1 changed files with 7 additions and 0 deletions

View File

@ -324,3 +324,10 @@ whatsnew/2.7,1619,::,"ParseResult(scheme='http', netloc='[1080::8:800:200C:417A]
library/configparser,,`,# Set the optional `raw` argument of get() to True if you wish to disable
library/configparser,,`,# The optional `vars` argument is a dict with members that will take
library/configparser,,`,# The optional `fallback` argument can be used to provide a fallback value
library/configparser,,:option,${section:option}
library/configparser,,:system,path: ${Common:system_dir}/Library/Frameworks/
library/configparser,,:home,my_dir: ${Common:home_dir}/twosheds
library/configparser,,:path,python_dir: ${Frameworks:path}/Python/Versions/${Frameworks:Python}
library/configparser,,:Python,python_dir: ${Frameworks:path}/Python/Versions/${Frameworks:Python}
library/pdb,,:lineno,[filename:lineno | bpnumber [bpnumber ...]]
library/pdb,,:lineno,filename:lineno

1 c-api/arg :ref PyArg_ParseTuple(args, "O|O:ref", &object, &callback)
324 library/configparser ` # Set the optional `raw` argument of get() to True if you wish to disable
325 library/configparser ` # The optional `vars` argument is a dict with members that will take
326 library/configparser ` # The optional `fallback` argument can be used to provide a fallback value
327 library/configparser :option ${section:option}
328 library/configparser :system path: ${Common:system_dir}/Library/Frameworks/
329 library/configparser :home my_dir: ${Common:home_dir}/twosheds
330 library/configparser :path python_dir: ${Frameworks:path}/Python/Versions/${Frameworks:Python}
331 library/configparser :Python python_dir: ${Frameworks:path}/Python/Versions/${Frameworks:Python}
332 library/pdb :lineno [filename:lineno | bpnumber [bpnumber ...]]
333 library/pdb :lineno filename:lineno