gnu: python-pathlib: Update description.

* gnu/packages/python.scm (python-pathlib, python2-pathlib): Update
  description.
master
Hartmut Goebel 2016-10-05 16:37:42 +02:00
parent 190ba6c2af
commit 7a8894e803
No known key found for this signature in database
GPG Key ID: 634A8DFFD3F631DF
1 changed files with 6 additions and 1 deletions

View File

@ -8849,7 +8849,12 @@ be done easily through operators, attribute accesses, and method calls.
comparing Windows paths ignores casing.
@item Well-defined semantics, eliminating any inconsistencies or
ambiguities (forward vs. backward slashes, etc.).
@end enumerate\n")
@end enumerate
Note: In Python 3.4, pathlib is now part of the standard library. For other
Python versions please consider python-pathlib2 instead, which tracks the
standard library module. This module (python-pathlib) isn't maintained
anymore.")
(license license:expat)))
(define-public python2-pathlib