diff options
author | Hartmut Goebel <h.goebel@crazy-compilers.com> | 2016-10-05 16:37:42 +0200 |
---|---|---|
committer | Hartmut Goebel <h.goebel@crazy-compilers.com> | 2016-10-13 17:22:42 +0200 |
commit | 7a8894e803d4fab62bdf4525be1564f2cee6a3d4 (patch) | |
tree | f2e0baebe3513b841aa4cc1e88de9811952f2e53 /gnu | |
parent | 190ba6c2afc773238573028f1d27e9645cbcd6dd (diff) | |
download | guix-7a8894e803d4fab62bdf4525be1564f2cee6a3d4.tar guix-7a8894e803d4fab62bdf4525be1564f2cee6a3d4.tar.gz |
gnu: python-pathlib: Update description.
* gnu/packages/python.scm (python-pathlib, python2-pathlib): Update
description.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/python.scm | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index c890c68be7..6207896abc 100644 --- a/gnu/packages/python.scm +++ b/gnu/packages/python.scm @@ -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 |