March 2018 Archives by subject
Starting: Thu Mar 1 00:44:18 EST 2018
Ending: Sat Mar 31 22:47:34 EDT 2018
Messages: 220
- [New-bugs-announce] [issue32975] mailbox: It would be nice to move mailbox.Message from legacy email.message.Message API to new EmailMessage API
Abhilash Raj
- [New-bugs-announce] [issue32976] linux/random.h present but cannot be compiled
Mike Schmidt
- [New-bugs-announce] [issue32977] added acts_like decorator to dataclasses module
Aaron Christianson
- [New-bugs-announce] [issue32978] Issues with reading large float values in AIFC files
Serhiy Storchaka
- [New-bugs-announce] [issue32979] dict get() function equivalent for lists.
Felix
- [New-bugs-announce] [issue32980] Remove functions that do nothing in _Py_InitializeCore()
Thomas Nyberg
- [New-bugs-announce] [issue32981] Catastrophic backtracking in poplib and difflib
James Davis
- [New-bugs-announce] [issue32982] Parse out invisible Unicode characters?
Franklin? Lee
- [New-bugs-announce] [issue32983] UnicodeDecodeError 'ascii' codec can't decode byte in position - ordinal not in range(128)
Jiri Prajzner
- [New-bugs-announce] [issue32984] IDLE: set and unset __file__ for startup files
Terry J. Reedy
- [New-bugs-announce] [issue32985] subprocess.Popen: Confusing documentation for restore_signals
Alicia Boya García
- [New-bugs-announce] [issue32986] multiprocessing, default assumption of Pool size unhelpful
M J Harvey
- [New-bugs-announce] [issue32987] tokenize.py parses unicode identifiers incorrectly
Steve B
- [New-bugs-announce] [issue32988] datetime.datetime.strftime('%s') always uses local timezone, even with aware datetimes
Adam Williamson
- [New-bugs-announce] [issue32989] IDLE: Incorrect signature in call from editor to pyparse.find_good_parse_start
Cheryl Sabella
- [New-bugs-announce] [issue32990] Supporting extensible format(PCM) for wave.open(read-mode)
Andrea Celletti
- [New-bugs-announce] [issue32991] AttributeError in doctest.DocTestFinder.find
Jason R. Coombs
- [New-bugs-announce] [issue32992] unittest: Automatically run coroutines in a loop
Petter Strandmark
- [New-bugs-announce] [issue32993] issue30657 Incomplete fix
yao zhihua
- [New-bugs-announce] [issue32994] Building the html documentation is broken
Serhiy Storchaka
- [New-bugs-announce] [issue32995] Add a glossary entry for context variables
Serhiy Storchaka
- [New-bugs-announce] [issue32996] Improve What's New in 3.7
Serhiy Storchaka
- [New-bugs-announce] [issue32997] Catastrophic backtracking in fpformat
James Davis
- [New-bugs-announce] [issue32998] regular expression regression in python 3.7
mike bayer
- [New-bugs-announce] [issue32999] issubclass(obj, abc.ABC) causes a segfault
Alexey Izbyshev
- [New-bugs-announce] [issue33000] IDLEX GUI consumes all RAM for scrollback buffer, uses 161Bytes / character stored
John Brearley
- [New-bugs-announce] [issue33001] Buffer overflow vulnerability in os.symlink on Windows
Steve Dower
- [New-bugs-announce] [issue33002] Making a class formattable as hex/oct integer requires both __int__ and __index__ for no good reason
Josh Rosenberg
- [New-bugs-announce] [issue33003] urllib: Document parse_http_list
W. Trevor King
- [New-bugs-announce] [issue33004] Shutil module functions could accept Path-like objects
Marco Rougeth
- [New-bugs-announce] [issue33005] 3.7.0b2 Interpreter crash in dev mode (or with PYTHONMALLOC=debug) with 'python -X dev -c 'import os; os.fork()'
Jason Madden
- [New-bugs-announce] [issue33006] docstring of filter function is incorrect
Pierre Thibault
- [New-bugs-announce] [issue33007] Objects referencing private-mangled names do not roundtrip properly under pickling.
Antony Lee
- [New-bugs-announce] [issue33008] urllib.request.parse_http_list incorrectly strips backslashes
W. Trevor King
- [New-bugs-announce] [issue33009] inspect.signature crashes on unbound partialmethods
Antony Lee
- [New-bugs-announce] [issue33010] os.path.isdir() returns True for broken directory symlinks or junctions
Alexey Izbyshev
- [New-bugs-announce] [issue33011] Embedded 3.6.4 distribution does not add script parent as sys.path[0]
Cong Monkey
- [New-bugs-announce] [issue33012] Invalid function cast warnings with gcc 8 for METH_NOARGS
Siddhesh Poyarekar
- [New-bugs-announce] [issue33013] Underscore in str.format with x option
Cheryl Sabella
- [New-bugs-announce] [issue33014] Clarify doc string for str.isidentifier()
David Beazley
- [New-bugs-announce] [issue33015] Fix function cast warning in thread_pthread.h
Siddhesh Poyarekar
- [New-bugs-announce] [issue33016] nt._getfinalpathname may use uninitialized memory
Alexey Izbyshev
- [New-bugs-announce] [issue33017] Special set-cookie setting will bypass Cookielib
LCatro
- [New-bugs-announce] [issue33018] Improve issubclass() error checking and message
Joshua Bronson
- [New-bugs-announce] [issue33019] Review usage of environment variables in the stdlib
Antoine Pitrou
- [New-bugs-announce] [issue33020] Tkinter old style classes
Ben Kirshenbaum
- [New-bugs-announce] [issue33021] Some fstat() calls do not release the GIL, possibly hanging all threads
Nir Soffer
- [New-bugs-announce] [issue33022] Floating Point Arithmetic Inconsistency (internal off-by-one)
Dylan Dmitri Gray
- [New-bugs-announce] [issue33023] Unable to copy ssl.SSLContext
Vitaly Kruglikov
- [New-bugs-announce] [issue33024] asyncio.WriteTransport.set_write_buffer_limits orders its args unintuitively and inconsistently with its companion function's return value
Vitaly Kruglikov
- [New-bugs-announce] [issue33025] urlencode produces bad output from ssl.CERT_NONE and friends that chokes decoders
Vitaly Kruglikov
- [New-bugs-announce] [issue33026] Fix jumping out of "with" block
Serhiy Storchaka
- [New-bugs-announce] [issue33027] handling filename encoding in Content-Disposition by cgi.FieldStorage
Paweł
- [New-bugs-announce] [issue33028] tempfile.TemporaryDirectory incorrectly documented
Richard Neumann
- [New-bugs-announce] [issue33029] Invalid function cast warnings with gcc 8 for getter and setter functions
Siddhesh Poyarekar
- [New-bugs-announce] [issue33030] GetLastError() may be overwritten by Py_END_ALLOW_THREADS
Steve Dower
- [New-bugs-announce] [issue33031] Questionable code in OrderedDict definition
Serhiy Storchaka
- [New-bugs-announce] [issue33032] Mention implicit cache in struct.Struct docs
Nick Coghlan
- [New-bugs-announce] [issue33033] Clarify that the signed number convertors to PyArg_ParseTuple... *do* overflow checking
Antony Lee
- [New-bugs-announce] [issue33034] urllib.parse.urlparse and urlsplit not raising ValueError for bad port
Jonathan
- [New-bugs-announce] [issue33035] Some examples in documentation section 4.7.2 are incorrect
Stephen Wille Padnos
- [New-bugs-announce] [issue33036] test_selectors.PollSelectorTestCase failing on macOS 10.13.3
Nathan Henrie
- [New-bugs-announce] [issue33037] Skip sending/receiving after SSL transport closing
Andrew Svetlov
- [New-bugs-announce] [issue33038] GzipFile doesn't always ignore None as filename
Diego Argueta
- [New-bugs-announce] [issue33039] int() and math.trunc don't accept objects that only define __index__
Nick Coghlan
- [New-bugs-announce] [issue33040] Make itertools.islice supports negative values for start and stop arguments for sized iterable object
TitanSnow
- [New-bugs-announce] [issue33041] Issues with "async for"
Serhiy Storchaka
- [New-bugs-announce] [issue33042] New 3.7 startup sequence crashes PyInstaller
Hartmut Goebel
- [New-bugs-announce] [issue33043] Add a 'Contributing to Docs' link at the bottom of docs.python.org
Carol Willing
- [New-bugs-announce] [issue33044] pdb from base class, get inside a method of derived class
Ishan Srivastava
- [New-bugs-announce] [issue33045] SSL Dcumentation Error
Matt Eaton
- [New-bugs-announce] [issue33046] IDLE option to strip trailing whitespace automatically on save
Raymond Hettinger
- [New-bugs-announce] [issue33047] "RuntimeError: dictionary changed size during iteration" using trace.py module
Adrien
- [New-bugs-announce] [issue33048] macOS job broken on Travis CI
Antoine Pitrou
- [New-bugs-announce] [issue33049] itertools.count() confusingly mentions zip() and sequence numbers
Trey Hunner
- [New-bugs-announce] [issue33050] Centralized documentation of assumptions made by C code
Timothy VanSlyke
- [New-bugs-announce] [issue33051] IDLE: Create new tab for editor options in configdialog
Cheryl Sabella
- [New-bugs-announce] [issue33052] Sporadic segmentation fault in test_datetime
Antoine Pitrou
- [New-bugs-announce] [issue33053] Running a module with `-m` will add empty directory to sys.path
Antti Haapala
- [New-bugs-announce] [issue33054] unittest blocks when testing function using multiprocessing.Pool with state spawn
Kenneth Chik
- [New-bugs-announce] [issue33055] bytes does not implement __bytes__()
FHTMitchell
- [New-bugs-announce] [issue33056] LEaking files in concurrent.futures.process
Thomas Moreau
- [New-bugs-announce] [issue33057] logging.Manager.logRecordFactory is never used
Ben Feinstein
- [New-bugs-announce] [issue33058] Enhancing Python
Eddie Elizondo
- [New-bugs-announce] [issue33059] netrc module validates file mode only for /home/user/.netrc
Andreas Költringer
- [New-bugs-announce] [issue33060] Installation hangs at "Publishing product information"
Bob Klahn
- [New-bugs-announce] [issue33061] NoReturn missing from __all__ in typing.py
Allen Tracht
- [New-bugs-announce] [issue33062] ssl_renegotiate() doesn't seem to be exposed
Vitaly Kruglikov
- [New-bugs-announce] [issue33063] failed to build _ctypes: undefined reference to `ffi_closure_FASTCALL'
Siming Yuan
- [New-bugs-announce] [issue33064] lib2to3 fails on a trailing comma after **kwargs in a function signature
Łukasz Langa
- [New-bugs-announce] [issue33065] debugger issue concerning importing user created modules into another program
Joshua De La Rosa
- [New-bugs-announce] [issue33066] raise an exception from multiple positions break the traceback frames
hubo
- [New-bugs-announce] [issue33067] http.client no longer sends HTTP request in one TCP package
Christian Heimes
- [New-bugs-announce] [issue33068] Inconsistencies in parsing (evaluating?) longstrings
David Lukeš
- [New-bugs-announce] [issue33069] Maintainer information discarded when writing PKG-INFO
Paul Ganssle
- [New-bugs-announce] [issue33070] Add platform triplet for RISC-V
Andreas Schwab
- [New-bugs-announce] [issue33071] Document that PyPI no longer requires 'register'
Paul Ganssle
- [New-bugs-announce] [issue33072] The interpreter bytecodes for with statements are overly complex.
Mark Shannon
- [New-bugs-announce] [issue33073] Add as_integer_ratio() to int() objects
Raymond Hettinger
- [New-bugs-announce] [issue33074] dbm corrupts index on macOS (_dbm module)
Robert Xiao
- [New-bugs-announce] [issue33075] typing.NamedTuple does not deduce Optional[] from using None as default field value
Vlad Shcherbina
- [New-bugs-announce] [issue33076] Trying to cleanly terminate a threaded Queue at exit of program raises an "EOFError"
Adrien
- [New-bugs-announce] [issue33077] typing: Unexpected result with value of instance of class inherited from typing.NamedTuple
Евгений Махмудов
- [New-bugs-announce] [issue33078] Queue with maxsize can lead to deadlocks
Thomas Moreau
- [New-bugs-announce] [issue33079] subprocess: document the interaction between subprocess.Popen and os.set_inheritable
Simon Lipp
- [New-bugs-announce] [issue33080] regen-importlib is causing build races against other regen-all targets in Makefile.pre.in
Alexander Kanavin
- [New-bugs-announce] [issue33081] multiprocessing Queue leaks a file descriptor associated with the pipe writer
Henrique Andrade
- [New-bugs-announce] [issue33082] multiprocessing docs bury very important 'callback=' args
Chad
- [New-bugs-announce] [issue33083] math.factorial accepts non-integral Decimal instances
Mark Dickinson
- [New-bugs-announce] [issue33084] Computing median, median_high an median_low in statistics library
Luc
- [New-bugs-announce] [issue33085] *** Error in `python': double free or corruption (out): 0x00007ff5254d50d0 ***
chenkai
- [New-bugs-announce] [issue33086] pip: IndexError
Gabriel Hearot
- [New-bugs-announce] [issue33087] No reliable clean shutdown method
Elliot Jenner
- [New-bugs-announce] [issue33088] Cannot pass a SyncManager proxy to a multiprocessing subprocess on Windows
Jeff DuMonthier
- [New-bugs-announce] [issue33089] Add multi-dimensional Euclidean distance function to the math module
Raymond Hettinger
- [New-bugs-announce] [issue33090] race condition between send and recv in _ssl with non-zero timeout
Robert Xiao
- [New-bugs-announce] [issue33091] ssl.SSLError: Invalid error code (_ssl.c:2217)
Alfred Krohmer
- [New-bugs-announce] [issue33092] The bytecode for f-string formatting is inefficient.
Mark Shannon
- [New-bugs-announce] [issue33093] Fatal error on SSL transport
Eric Toombs
- [New-bugs-announce] [issue33094] dataclasses: ClassVar attributes are not working properly
Adrian Stachlewski
- [New-bugs-announce] [issue33095] Cross-reference isolated mode from relevant locations
Nick Coghlan
- [New-bugs-announce] [issue33096] ttk.Treeview.insert() does not allow to insert item with "False" iid
Igor Yakovchenko
- [New-bugs-announce] [issue33097] concurrent.futures executors accept tasks after interpreter shutdown
Mark Nemec
- [New-bugs-announce] [issue33098] add implicit conversion for random.choice() on a dict
Aristide Grange
- [New-bugs-announce] [issue33099] test_poplib hangs with the changes done in PR
Jay Yin
- [New-bugs-announce] [issue33100] dataclasses and __slots__ - non-default argument (member_descriptor)
Adrian Stachlewski
- [New-bugs-announce] [issue33101] Possible name inversion in heapq implementation
Yomguithereal
- [New-bugs-announce] [issue33102] get the nth folder
amjad ben hedhili
- [New-bugs-announce] [issue33103] Syntax to get multiple items from an iterable
amjad ben hedhili
- [New-bugs-announce] [issue33104] Documentation for EXTENDED_ARG in dis module is incorrect for >=3.6
Eric Appelt
- [New-bugs-announce] [issue33105] os.isfile returns false on Windows when file path is longer than 260 characters
Luis Conejo-Alpizar
- [New-bugs-announce] [issue33106] Deleting a key in a read-only gdbm results in KeyError, not gdbm.error
sds
- [New-bugs-announce] [issue33107] Feature request: more typing.SupportsXXX
Siyuan Ren
- [New-bugs-announce] [issue33108] Unicode char 304 in lowercase has len 2
Kiril Dimitrov
- [New-bugs-announce] [issue33109] argparse: make new 'required' argument to add_subparsers default to False instead of True
Wolfgang Maier
- [New-bugs-announce] [issue33110] Adding a done callback to a concurrent.futures Future once it has already completed, may raise an exception, contrary to docs
Sam Martin
- [New-bugs-announce] [issue33111] Merely importing tkinter breaks parallel code (multiprocessing, sharedmem)
Ethan Welty
- [New-bugs-announce] [issue33112] SequenceMatcher bug
Martin
- [New-bugs-announce] [issue33113] Query performance is very low and can even lead to denial of service
guohui
- [New-bugs-announce] [issue33114] random.sample() behavior is unexpected/unclear from docs
Scott Eilerman
- [New-bugs-announce] [issue33115] Asyncio loop blocks with a lot of parallel tasks
Marat Sharafutdinov
- [New-bugs-announce] [issue33116] Field is not exposed in dataclasses.__all__
Eric V. Smith
- [New-bugs-announce] [issue33117] asyncio example uses non-existing/documented method
Henrique Fingler
- [New-bugs-announce] [issue33118] No clean way to get notified when a Transport's write buffer empties out
Vitaly Kruglikov
- [New-bugs-announce] [issue33119] python sys.argv argument parsing not clear
Jonathan Huot
- [New-bugs-announce] [issue33120] infinite loop in inspect.unwrap(unittest.mock.call)
Peter
- [New-bugs-announce] [issue33121] recv returning 0 on closed connection not documented
joders
- [New-bugs-announce] [issue33122] ftplib: FTP_TLS seems to have problems with sites that close the encrypted channel themselfes
Jürgen
- [New-bugs-announce] [issue33123] Path.unlink should have a missing_ok parameter
rbu
- [New-bugs-announce] [issue33124] Lazy execution of module bytecode
Neil Schemenauer
- [New-bugs-announce] [issue33125] Windows 10 ARM64 platform support
Steven Noonan
- [New-bugs-announce] [issue33126] Some C buffer protocol APIs not documented
Antoine Pitrou
- [New-bugs-announce] [issue33127] Python 2.7.14 won't build ssl module with Libressl 2.7.0
Charles
- [New-bugs-announce] [issue33128] PathFinder is twice on sys.meta_path
Hartmut Goebel
- [New-bugs-announce] [issue33129] Add kwarg-only option to dataclass
Alan Du
- [New-bugs-announce] [issue33130] functools.reduce signature/docstring discordance
Vince Reuter
- [New-bugs-announce] [issue33131] Upgrade to pip 10 for Python 3.7
Nick Coghlan
- [New-bugs-announce] [issue33132] Possible refcount issues in the compiler
Serhiy Storchaka
- [New-bugs-announce] [issue33133] Don't return implicit optional types by get_type_hints
Ivan Levkivskyi
- [New-bugs-announce] [issue33134] dataclasses: use function dispatch instead of multiple tests for adding __hash__
Eric V. Smith
- [New-bugs-announce] [issue33135] Define field prefixes for the various config structs
Nick Coghlan
- [New-bugs-announce] [issue33136] Harden ssl module against CVE-2018-8970
Christian Heimes
- [New-bugs-announce] [issue33137] line traces may be missed on backward jumps when instrumented with dtrace
Xavier de Gaye
- [New-bugs-announce] [issue33138] Improve standard error for uncopyable types
Serhiy Storchaka
- [New-bugs-announce] [issue33139] Bdb doesn't find instruction in linecache after pdb.set_trace() following os.chdir("/tmp")
Peter Rounce
- [New-bugs-announce] [issue33140] shutil.chown on Windows
Eryk Sun
- [New-bugs-announce] [issue33141] descriptor __set_name__ feature broken for dataclass descriptor fields
Rick Teachey
- [New-bugs-announce] [issue33142] Fatal Python error: Py_Initialize: Unable to get the locale encoding
Andreas Jung
- [New-bugs-announce] [issue33143] encode UTF-16 generates unexpected results
Anders Rundgren
- [New-bugs-announce] [issue33144] random._randbelow optimization
Wolfgang Maier
- [New-bugs-announce] [issue33145] unaligned accesses in siphash24() lead to crashes on sparc
Rolf Eike Beer
- [New-bugs-announce] [issue33146] contextlib.suppress should capture exception for inspection and filter on substrings
Jason R. Coombs
- [New-bugs-announce] [issue33147] Update references for RFC 3548 to RFC 4648
Paul Hoffman
- [New-bugs-announce] [issue33148] RuntimeError('Event loop is closed') after cancelling getaddrinfo and closing loop
Vitaly Kruglikov
- [New-bugs-announce] [issue33149] Parser stack overflows
Isaac Elliott
- [New-bugs-announce] [issue33150] Signature error for methods of class configparser.Interpolation
Arno-Can Uestuensoez
- [New-bugs-announce] [issue33151] importlib.resources breaks on subdirectories
Barry A. Warsaw
- [New-bugs-announce] [issue33152] clean code
Windson Yang
- [New-bugs-announce] [issue33153] interpreter crash when multiplying large tuples
Ivan Zakharyaschev
- [New-bugs-announce] [issue33154] subprocess.Popen ResourceWarning should have activation-deactivation flags
Arno-Can Uestuensoez
- [New-bugs-announce] [issue33155] Use super().method instead in Logging
Mads Jensen
- [New-bugs-announce] [issue33156] Use super().method instead in email classes.
Mads Jensen
- [New-bugs-announce] [issue33157] Strings beginning with underscore not removed from lists - feature or bug?
yemiteliyadu
- [New-bugs-announce] [issue33158] Add fileobj property to csv reader and writer objects
Samwyse
- [New-bugs-announce] [issue33159] Implement PEP 473
skreft
- [New-bugs-announce] [issue33160] Negative values in positional access inside formatting
Facundo Batista
- [New-bugs-announce] [issue33161] Refactor of pathlib's _WindowsBehavior.gethomedir
Ekin Dursun
- [New-bugs-announce] [issue33162] TimedRotatingFileHandler in logging module
Nikunj jain
- [New-bugs-announce] [issue33163] Upgrade pip to 9.0.3 and setuptools to v39.0.1
Ned Deily
- [New-bugs-announce] [issue33164] Blake 2 module update
David Carlier
- [New-bugs-announce] [issue33165] Add stacklevel parameter to logging APIs
Nick Coghlan
- [New-bugs-announce] [issue33166] os.cpu_count() returns wrong number of processors on specific systems
yanir hainick
- [New-bugs-announce] [issue33167] RFC Documentation Updates to urllib.parse.rst
Matt Eaton
- [New-bugs-announce] [issue33168] distutils build/build_ext and --debug
Christoph Reiter
- [New-bugs-announce] [issue33169] importlib.invalidate_caches() doesn't clear all caches
Guido van Rossum
- [New-bugs-announce] [issue33170] New type based on int() created with typing.NewType is not consistent
Maxim Avanov
- [New-bugs-announce] [issue33171] multiprocessing won't utilize all of platform resources
yanir hainick
- [New-bugs-announce] [issue33172] Update built-in version of SQLite3
Jonathan
- [New-bugs-announce] [issue33173] GzipFile's .seekable() returns True even if underlying buffer is not seekable
Walt Askew
- [New-bugs-announce] [issue33174] error building the _sha3 module with Intel 2018 compilers
William Scullin
- [New-bugs-announce] [issue33175] dataclasses should look up __set_name__ on class, not instance
Eric V. Smith
- [New-bugs-announce] [issue33176] Allow memoryview.cast(readonly=...)
Antoine Pitrou
- [New-bugs-announce] [issue33177] make install hangs on macOS when there is an existing Python app
Joongi Kim
- [New-bugs-announce] [issue33178] Add support for BigEndianUnion and LittleEndianUnion in ctypes
emezh
- [New-bugs-announce] [issue33179] Investigate using a context variable for zero-arg super initialisation
Nick Coghlan
- [New-bugs-announce] [issue33180] Flag for unusable sys.executable
Steve Dower
- [New-bugs-announce] [issue33181] SimpleHTTPRequestHandler shouldn't redirect to directories with code 301
Oliver Urs Lenz
- [New-bugs-announce] [issue33182] Python 3.7.0b3 fails to build with clang 6.0
Bernhard Rosenkraenzer
- [New-bugs-announce] [issue33183] Refactoring: replacing some assertTrue by assertIn
Stéphane Blondon
- [New-bugs-announce] [issue33184] Update OpenSSL to 1.1.0h / 1.0.2o
Ned Deily
- [New-bugs-announce] [issue33185] Python 3.7.0b3 fails in pydoc where b2 did not.
Ned Batchelder
- [New-bugs-announce] [issue33186] Memory corruption with urllib.parse
alexey at altlinux.org
- [New-bugs-announce] [issue33187] Document ElementInclude (XInclude) support in ElementTree
Stefan Behnel
- [New-bugs-announce] [issue33188] dataclass MRO entry resolution for type variable metaclasses: TypeError
Rick Teachey
- [New-bugs-announce] [issue33189] pygettext doesn't work with f-strings
Riccardo Polignieri
- [New-bugs-announce] [issue33190] problem with ABCMeta.__prepare__ when called after types.new_class
Rick Teachey
- [New-bugs-announce] [issue33191] Refleak in posix_spawn
Zachary Ware
- [New-bugs-announce] [issue33192] asyncio should use signal.set_wakeup_fd on Windows
Nathaniel Smith
- [New-bugs-announce] [issue33193] Cannot create a venv on Windows when directory path contains dollar character
Stuart Cuthbertson
- [New-bugs-announce] [issue33194] Path-file objects does not have method to delete itself if its a file
Marco Rougeth
Last message date:
Sat Mar 31 22:47:34 EDT 2018
Archived on: Sat Mar 31 22:47:34 EDT 2018
This archive was generated by
Pipermail 0.09 (Mailman edition).