[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[Git][lintian/lintian][master] Remove string interpolations from uses-deprecated-python-stdlib tag



Title: GitLab

Louis-Philippe Véronneau pushed to branch master at lintian / lintian

Commits:

  • 87f1e243
    by Louis-Philippe Véronneau at 2024-09-29T06:00:59+00:00
    Remove string interpolations from uses-deprecated-python-stdlib tag
    description.
    
    String interpolation in descriptions never was a feature...
    

1 changed file:

Changes:

  • tags/u/uses-deprecated-python-stdlib.tag
    ... ... @@ -3,8 +3,7 @@ Severity: info
    3 3
     Check: languages/python/stdlib-deprecation
    
    4 4
     Explanation:
    
    5 5
      .
    
    6
    - In Python $deprecated, $library has been formally marked as deprecated. Code
    
    7
    - that imports $library will no longer work from Python $removed.
    
    6
    + The Python library flagged by this tag has been formally marked as deprecated.
    
    8 7
      .
    
    9 8
      Please prepare for this deprecation and migrate away from this Python library.
    
    10 9
      .
    


  • Reply to: