Edgewall Software

Changes between Version 10 and Version 17 of Ticket #10975


Ignore:
Timestamp:
Apr 27, 2015, 5:42:46 AM (9 years ago)
Author:
Jun Omae
Comment:

Okay. I've pushed the changes in [14023].

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #10975

    • Property Status assignedclosed
    • Property Resolutionfixed
  • Ticket #10975 – API Changes

    v10 v17  
    1 * `trac.util.compat` provides an import of the `crypt` module that will fallback to `fcrypt` when `crypt` is not available. `None` is returned if `fcrypt` is not available.
     1* `trac.util.compat` provides an import of the `crypt.crypt` method that will fallback to `fcrypt` module when `crypt` module is not available. `None` is returned if `fcrypt` is not available.
    22* `trac.util` provides the `salt` function for use with cryptographic hash functions.