Homec4science

cli_opts was accidentally declared inside the except clause of the try/except…

Authored by Nicholas Robinson <nicholas.robinson@cern.ch> on Feb 22 2007, 15:02.

Description

cli_opts was accidentally declared inside the except clause of the try/except import statements - moved it out; Altered pattern for recognition of institutional report numbers: previously, '\b' was used for the beginning of a matched report-number. However, there were cases when report-numbers were matched inside a URL. Therefore, the boundary for the beginning was updated to '[^a-zA-Z0-9/.]'.

Event Timeline

Nicholas Robinson <nicholas.robinson@cern.ch> committed R3600:0425375d7c64: cli_opts was accidentally declared inside the except clause of the try/except… (authored by Nicholas Robinson <nicholas.robinson@cern.ch>).Feb 22 2007, 15:02