diff options
| author | David Wilemski <dtwwtd@gmail.com> | 2017-02-14 22:37:49 (GMT) |
|---|---|---|
| committer | Berker Peksag <berker.peksag@gmail.com> | 2017-02-14 22:37:49 (GMT) |
| commit | 6de2b7817fa9403e81dc38f13f3690f0bbf3d064 (patch) | |
| tree | e4ab06088b60ee0e3feeed25c612a7b9a0b5c3e8 | |
| parent | 996c3874fdbc91d29f0a06b37043f62cf4ead6cb (diff) | |
| download | cpython-6de2b7817fa9403e81dc38f13f3690f0bbf3d064.zip cpython-6de2b7817fa9403e81dc38f13f3690f0bbf3d064.tar.gz cpython-6de2b7817fa9403e81dc38f13f3690f0bbf3d064.tar.bz2 | |
bpo-29557: Remove ambiguous line in binhex docs (#90)
"appears to not work in all cases" does not inspire confidence in this
module. I can find no context for what bug this was referencing so it
should be removed.
| -rw-r--r-- | Doc/library/binhex.rst | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Doc/library/binhex.rst b/Doc/library/binhex.rst index 359ab23..2966e0d 100644 --- a/Doc/library/binhex.rst +++ b/Doc/library/binhex.rst @@ -55,5 +55,3 @@ the source for details. If you code or decode textfiles on non-Macintosh platforms they will still use the old Macintosh newline convention (carriage-return as end of line). -As of this writing, :func:`hexbin` appears to not work in all cases. - |
