diff options
author | Daniel Stenberg <daniel@haxx.se> | 2019-01-21 12:16:20 +0100 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2019-01-21 12:16:20 +0100 |
commit | 458e898911cebad6eacfdf654b7bfd35d88bfdb1 (patch) | |
tree | 6a4f76aad39f33efd4fe2fd9d0a72c04020327a6 /docs/KNOWN_BUGS | |
parent | f0b2c13a9eb897374cc5d8f6f94d434820b01f9e (diff) |
KNOWN_BUGS: tests not compatible with python3
Closes #3289
[skip ci]
Diffstat (limited to 'docs/KNOWN_BUGS')
-rw-r--r-- | docs/KNOWN_BUGS | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/docs/KNOWN_BUGS b/docs/KNOWN_BUGS index 43e008dee..5363575ef 100644 --- a/docs/KNOWN_BUGS +++ b/docs/KNOWN_BUGS @@ -44,6 +44,7 @@ problems may have been fixed or changed somewhat since this was written! 4.5 Improve --data-urlencode space encoding 5. Build and portability issues + 5.1 tests not compatible with python3 5.2 curl-config --libs contains private details 5.5 can't handle Unicode arguments in Windows 5.6 cmake support gaps @@ -354,6 +355,12 @@ problems may have been fixed or changed somewhat since this was written! 5. Build and portability issues +5.1 tests not compatible with python3 + + The smb test server still needs python2. + + See https://github.com/curl/curl/issues/3289 + 5.2 curl-config --libs contains private details "curl-config --libs" will include details set in LDFLAGS when configure is |