Edgewall Software

Changes between Version 72 and Version 73 of TracEnvironment


Ignore:
Timestamp:
Mar 29, 2017, 11:46:56 PM (7 years ago)
Author:
anonymous
Comment:

URL encode Python snippet

Legend:

Unmodified
Added
Removed
Modified
  • TracEnvironment

    v72 v73  
    4141
    4242Note that if the username or password of the connection string (if applicable) contains the `:`, `/` or `@` characters, they need to be [http://meyerweb.com/eric/tools/dencoder/ URL encoded].
     43{{{#!sh
     44$ python -c "import urllib; print urllib.quote('password@:/123', '')"
     45password%40%3A%2F123
     46}}}
    4347
    4448=== SQLite Connection String