@@ -479,6 +479,14 @@ references:
479
479
href: https://docs.python.org/3/library/email.errors.html#email.errors.BoundaryError
480
480
name: BoundaryError
481
481
uid: email.errors.BoundaryError
482
+ - fullName: email.errors.CloseBoundaryNotFoundDefect
483
+ href: https://docs.python.org/3/library/email.errors.html#email.errors.CloseBoundaryNotFoundDefect
484
+ name: CloseBoundaryNotFoundDefect
485
+ uid: email.errors.CloseBoundaryNotFoundDefect
486
+ - fullName: email.errors.FirstHeaderLineIsContinuationDefect
487
+ href: https://docs.python.org/3/library/email.errors.html#email.errors.FirstHeaderLineIsContinuationDefect
488
+ name: FirstHeaderLineIsContinuationDefect
489
+ uid: email.errors.FirstHeaderLineIsContinuationDefect
482
490
- fullName: email.errors.HeaderDefect
483
491
href: https://docs.python.org/3/library/email.errors.html#email.errors.HeaderDefect
484
492
name: HeaderDefect
@@ -491,6 +499,26 @@ references:
491
499
href: https://docs.python.org/3/library/email.errors.html#email.errors.HeaderWriteError
492
500
name: HeaderWriteError
493
501
uid: email.errors.HeaderWriteError
502
+ - fullName: email.errors.InvalidBase64CharactersDefect
503
+ href: https://docs.python.org/3/library/email.errors.html#email.errors.InvalidBase64CharactersDefect
504
+ name: InvalidBase64CharactersDefect
505
+ uid: email.errors.InvalidBase64CharactersDefect
506
+ - fullName: email.errors.InvalidBase64LengthDefect
507
+ href: https://docs.python.org/3/library/email.errors.html#email.errors.InvalidBase64LengthDefect
508
+ name: InvalidBase64LengthDefect
509
+ uid: email.errors.InvalidBase64LengthDefect
510
+ - fullName: email.errors.InvalidBase64PaddingDefect
511
+ href: https://docs.python.org/3/library/email.errors.html#email.errors.InvalidBase64PaddingDefect
512
+ name: InvalidBase64PaddingDefect
513
+ uid: email.errors.InvalidBase64PaddingDefect
514
+ - fullName: email.errors.InvalidDateDefect
515
+ href: https://docs.python.org/3/library/email.errors.html#email.errors.InvalidDateDefect
516
+ name: InvalidDateDefect
517
+ uid: email.errors.InvalidDateDefect
518
+ - fullName: email.errors.MalformedHeaderDefect
519
+ href: https://docs.python.org/3/library/email.errors.html#email.errors.MalformedHeaderDefect
520
+ name: MalformedHeaderDefect
521
+ uid: email.errors.MalformedHeaderDefect
494
522
- fullName: email.errors.MessageDefect
495
523
href: https://docs.python.org/3/library/email.errors.html#email.errors.MessageDefect
496
524
name: MessageDefect
@@ -503,10 +531,30 @@ references:
503
531
href: https://docs.python.org/3/library/email.errors.html#email.errors.MessageParseError
504
532
name: MessageParseError
505
533
uid: email.errors.MessageParseError
534
+ - fullName: email.errors.MisplacedEnvelopeHeaderDefect
535
+ href: https://docs.python.org/3/library/email.errors.html#email.errors.MisplacedEnvelopeHeaderDefect
536
+ name: MisplacedEnvelopeHeaderDefect
537
+ uid: email.errors.MisplacedEnvelopeHeaderDefect
538
+ - fullName: email.errors.MissingHeaderBodySeparatorDefect
539
+ href: https://docs.python.org/3/library/email.errors.html#email.errors.MissingHeaderBodySeparatorDefect
540
+ name: MissingHeaderBodySeparatorDefect
541
+ uid: email.errors.MissingHeaderBodySeparatorDefect
506
542
- fullName: email.errors.MultipartConversionError
507
543
href: https://docs.python.org/3/library/email.errors.html#email.errors.MultipartConversionError
508
544
name: MultipartConversionError
509
545
uid: email.errors.MultipartConversionError
546
+ - fullName: email.errors.MultipartInvariantViolationDefect
547
+ href: https://docs.python.org/3/library/email.errors.html#email.errors.MultipartInvariantViolationDefect
548
+ name: MultipartInvariantViolationDefect
549
+ uid: email.errors.MultipartInvariantViolationDefect
550
+ - fullName: email.errors.NoBoundaryInMultipartDefect
551
+ href: https://docs.python.org/3/library/email.errors.html#email.errors.NoBoundaryInMultipartDefect
552
+ name: NoBoundaryInMultipartDefect
553
+ uid: email.errors.NoBoundaryInMultipartDefect
554
+ - fullName: email.errors.StartBoundaryNotFoundDefect
555
+ href: https://docs.python.org/3/library/email.errors.html#email.errors.StartBoundaryNotFoundDefect
556
+ name: StartBoundaryNotFoundDefect
557
+ uid: email.errors.StartBoundaryNotFoundDefect
510
558
- fullName: ftplib.error_perm
511
559
href: https://docs.python.org/3/library/ftplib.html#ftplib.error_perm
512
560
name: error_perm
@@ -5203,6 +5251,18 @@ references:
5203
5251
href: https://docs.python.org/3/library/tkinter.scrolledtext.html#tkinter.scrolledtext.ScrolledText.vbar
5204
5252
name: vbar
5205
5253
uid: tkinter.scrolledtext.ScrolledText.vbar
5254
+ - fullName: traceback.FrameSummary.colno
5255
+ href: https://docs.python.org/3/library/traceback.html#traceback.FrameSummary.colno
5256
+ name: colno
5257
+ uid: traceback.FrameSummary.colno
5258
+ - fullName: traceback.FrameSummary.end_colno
5259
+ href: https://docs.python.org/3/library/traceback.html#traceback.FrameSummary.end_colno
5260
+ name: end_colno
5261
+ uid: traceback.FrameSummary.end_colno
5262
+ - fullName: traceback.FrameSummary.end_lineno
5263
+ href: https://docs.python.org/3/library/traceback.html#traceback.FrameSummary.end_lineno
5264
+ name: end_lineno
5265
+ uid: traceback.FrameSummary.end_lineno
5206
5266
- fullName: traceback.FrameSummary.filename
5207
5267
href: https://docs.python.org/3/library/traceback.html#traceback.FrameSummary.filename
5208
5268
name: filename
0 commit comments